#CC7BC1

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

Shades of Orchid #CC7BC1

Tints of Orchid #CC7BC1

Color information

#CC7BC1 (or 0xCC7BC1) is unknown color: approx Orchid. HEX triplet: CC, 7B and C1. RGB value is (204,123,193). Sum of RGB (Red+Green+Blue) = 204+123+193=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BC1 is #33843E. Grayscale: #9A9A9A. Windows color (decimal): -3376191 or 12680140. OLE color: 12680140.

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

Color convert

RGB204123193-
CMYK00.400.050.2
HSL308.15º44.26%64.12%-
HSV(B)308.15º39.71%80%-
XYZ41.6130.8554.21-
YUV155.2149.34162.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=39.23%
G=23.65%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412319300.400.050.2308.1544.2664.12
HexCC7BC10285141342c40
Octal31417330105052446454100
Binary110011001111011110000010101000101101001001101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BC1; }

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

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

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

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

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

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

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

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