#CC7BE4

Color #CC7BE4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC7BE4

Tints of Orchid #CC7BE4

Color information

#CC7BE4 (or 0xCC7BE4) is unknown color: approx Orchid. HEX triplet: CC, 7B and E4. RGB value is (204,123,228). Sum of RGB (Red+Green+Blue) = 204+123+228=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC7BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BE4 is #33841B. Grayscale: #9E9E9E. Windows color (decimal): -3376156 or 14973900. OLE color: 14973900.

HSL color Cylindrical-coordinate representation of color #CC7BE4: hue angle of 286.29º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC7BE4 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204123228-
CMYK0.110.4600.11
HSL286.29º66.04%68.82%-
HSV(B)286.29º46.05%89.41%-
XYZ45.9932.677.27-
YUV159.19166.84159.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 228 (89.45% from 255) = 41.08%
R=36.76%
G=22.16%
B=41.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041232280.110.4600.11286.2966.0468.82
HexCC7BE4B2E0B11e4245
Octal3141733441356013436102105
Binary1100110011110111110010010111011100101110001111010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BE4; }

 p { color: rgb(204,123,228); }

 H1.HeaderClassName
 {
   color: #CC7BE4;
 }
 .AnyTagClassName
 {
   color: #CC7BE4;
 }
</style>
background-color css

<style>
 a { background-color: #CC7BE4; }

 a { background-color: rgb(204,123,228); }

 div.DivClassName
 {
   background-color: #CC7BE4;
 }
 .BgClassName
 {
   background-color: #CC7BE4;
 }
</style>
border-color css

<style>
 span { border-color: #CC7BE4; }

 span { border-color: rgb(204,123,228); }

 td.TdClassName
 {
   border-color: #CC7BE4;
 }
 .TagClassName
 {
   border-color: #CC7BE4;
 }
</style>