#CB7CC1

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

Shades of Orchid #CB7CC1

Tints of Orchid #CB7CC1

Color information

#CB7CC1 (or 0xCB7CC1) is unknown color: approx Orchid. HEX triplet: CB, 7C and C1. RGB value is (203,124,193). Sum of RGB (Red+Green+Blue) = 203+124+193=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CC1 is #34833E. Grayscale: #9B9B9B. Windows color (decimal): -3441471 or 12680395. OLE color: 12680395.

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

Color convert

RGB203124193-
CMYK00.390.050.20
HSL307.59º43.17%64.12%-
HSV(B)307.59º38.92%79.61%-
XYZ41.4630.9654.24-
YUV155.49149.17161.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=39.04%
G=23.85%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312419300.390.050.20307.5943.1764.12
HexCB7CC10275141342b40
Octal31317430104752446453100
Binary110010111111100110000010100111101101001001101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CC1; }

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

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

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

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

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

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

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

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