#CB6ACD

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

Shades of Orchid #CB6ACD

Tints of Orchid #CB6ACD

Color information

#CB6ACD (or 0xCB6ACD) is unknown color: approx Orchid. HEX triplet: CB, 6A and CD. RGB value is (203,106,205). Sum of RGB (Red+Green+Blue) = 203+106+205=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ACD is #349532. Grayscale: #919191. Windows color (decimal): -3446067 or 13462219. OLE color: 13462219.

HSL color Cylindrical-coordinate representation of color #CB6ACD: hue angle of 298.79º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6ACD is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203106205-
CMYK0.010.4800.20
HSL298.79º49.75%60.98%-
HSV(B)298.79º48.29%80.39%-
XYZ40.827.4160.9-
YUV146.29161.14168.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 106 (41.80% from 255) = 20.62%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=39.49%
G=20.62%
B=39.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031062050.010.4800.20298.7949.7560.98
HexCB6ACD13001412b323d
Octal3131523151600244536275
Binary110010111101010110011011110000010100100101011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6ACD; }

 p { color: rgb(203,106,205); }

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

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

 a { background-color: rgb(203,106,205); }

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

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

 span { border-color: rgb(203,106,205); }

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