#CB7AC6

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

Shades of Orchid #CB7AC6

Tints of Orchid #CB7AC6

Color information

#CB7AC6 (or 0xCB7AC6) is unknown color: approx Orchid. HEX triplet: CB, 7A and C6. RGB value is (203,122,198). Sum of RGB (Red+Green+Blue) = 203+122+198=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC6 is #348539. Grayscale: #9A9A9A. Windows color (decimal): -3441978 or 13007563. OLE color: 13007563.

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

Color convert

RGB203122198-
CMYK00.400.020.20
HSL303.7º43.78%63.73%-
HSV(B)303.7º39.9%79.61%-
XYZ41.7830.6957.15-
YUV154.88152.34162.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 198 (77.73% from 255) = 37.86%
R=38.81%
G=23.33%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312219800.400.020.20303.743.7863.73
HexCB7AC60282141302c40
Octal31317230605022446054100
Binary11001011111101011000110010100010101001001100001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AC6; }

 p { color: rgb(203,122,198); }

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

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

 a { background-color: rgb(203,122,198); }

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

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

 span { border-color: rgb(203,122,198); }

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