#CB7CC4

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

Shades of Orchid #CB7CC4

Tints of Orchid #CB7CC4

Color information

#CB7CC4 (or 0xCB7CC4) is unknown color: approx Orchid. HEX triplet: CB, 7C and C4. RGB value is (203,124,196). Sum of RGB (Red+Green+Blue) = 203+124+196=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CC4 is #34833B. Grayscale: #9B9B9B. Windows color (decimal): -3441468 or 12877003. OLE color: 12877003.

HSL color Cylindrical-coordinate representation of color #CB7CC4: hue angle of 305.32º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7CC4 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203124196-
CMYK00.390.030.20
HSL305.32º43.17%64.12%-
HSV(B)305.32º38.92%79.61%-
XYZ41.831.156.02-
YUV155.83150.67161.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=38.81%
G=23.71%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312419600.390.030.20305.3243.1764.12
HexCB7CC40273141312b40
Octal31317430404732446153100
Binary11001011111110011000100010011111101001001100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CC4; }

 p { color: rgb(203,124,196); }

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

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

 a { background-color: rgb(203,124,196); }

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

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

 span { border-color: rgb(203,124,196); }

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