#CC7BC6

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

Shades of Orchid #CC7BC6

Tints of Orchid #CC7BC6

Color information

#CC7BC6 (or 0xCC7BC6) is unknown color: approx Orchid. HEX triplet: CC, 7B and C6. RGB value is (204,123,198). Sum of RGB (Red+Green+Blue) = 204+123+198=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BC6 is #338439. Grayscale: #9B9B9B. Windows color (decimal): -3376186 or 13007820. OLE color: 13007820.

HSL color Cylindrical-coordinate representation of color #CC7BC6: hue angle of 304.44º 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 #CC7BC6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204123198-
CMYK00.400.030.2
HSL304.44º44.26%64.12%-
HSV(B)304.44º39.71%80%-
XYZ42.1831.0857.2-
YUV155.77151.84162.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=38.86%
G=23.43%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412319800.400.030.2304.4444.2664.12
HexCC7BC60283141302c40
Octal31417330605032446054100
Binary11001100111101111000110010100011101001001100001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BC6; }

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

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

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

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

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

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

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

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