#CC7BC4

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

Shades of Orchid #CC7BC4

Tints of Orchid #CC7BC4

Color information

#CC7BC4 (or 0xCC7BC4) is unknown color: approx Orchid. HEX triplet: CC, 7B and C4. RGB value is (204,123,196). Sum of RGB (Red+Green+Blue) = 204+123+196=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BC4 is #33843B. Grayscale: #9B9B9B. Windows color (decimal): -3376188 or 12876748. OLE color: 12876748.

HSL color Cylindrical-coordinate representation of color #CC7BC4: hue angle of 305.93º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BC4 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204123196-
CMYK00.400.040.2
HSL305.93º44.26%64.12%-
HSV(B)305.93º39.71%80%-
XYZ41.9530.9956-
YUV155.54150.84162.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 123 (48.44% from 255) = 23.52%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=39.01%
G=23.52%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412319600.400.040.2305.9344.2664.12
HexCC7BC40284141322c40
Octal31417330405042446254100
Binary110011001111011110001000101000100101001001100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BC4; }

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

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

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

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

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

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

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

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