#CB65CC

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

Shades of Orchid #CB65CC

Tints of Orchid #CB65CC

Color information

#CB65CC (or 0xCB65CC) is unknown color: approx Orchid. HEX triplet: CB, 65 and CC. RGB value is (203,101,204). Sum of RGB (Red+Green+Blue) = 203+101+204=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65CC is #349A33. Grayscale: #8E8E8E. Windows color (decimal): -3447348 or 13395403. OLE color: 13395403.

HSL color Cylindrical-coordinate representation of color #CB65CC: hue angle of 299.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB65CC is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203101204-
CMYK0.000.5000.2
HSL299.42º50.24%59.8%-
HSV(B)299.42º50.49%80%-
XYZ40.1826.3660.1-
YUV143.24162.29170.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=39.96%
G=19.88%
B=40.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031012040.000.5000.2299.4250.2459.8
HexCB65CC03201412b323c
Octal3131453140620244536274
Binary110010111100101110011000110010010100100101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB65CC; }

 p { color: rgb(203,101,204); }

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

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

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

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

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

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

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