#cb6fcb

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

Shades of Orchid #CB6FCB

Tints of Orchid #CB6FCB

Color information

#CB6FCB (or 0xCB6FCB) is unknown color: approx Orchid. HEX triplet: CB, 6F and CB. RGB value is (203,111,203). Sum of RGB (Red+Green+Blue) = 203+111+203=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FCB is #349034. Grayscale: #949494. Windows color (decimal): -3444789 or 13332427. OLE color: 13332427.

HSL color Cylindrical-coordinate representation of color #CB6FCB: hue angle of 300º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6FCB is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203111203-
CMYK00.4500.20
HSL300º46.94%61.57%-
HSV(B)300º45.32%79.61%-
XYZ41.0928.3859.81-
YUV149158.48166.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=39.26%
G=21.47%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311120300.4500.2030046.9461.57
HexCB6FCB02D01412c2f3e
Octal3131573130550244545776
Binary110010111101111110010110101101010100100101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6fcb; }

 p { color: rgb(203,111,203); }

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

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

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

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

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

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

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