Html Css Color HEX #CB65DC Orchid

📋 copy color: '#CB65DC'

red 203 ◦ green 101 ◦ blue 220

#CB65DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB65DC

Tints of Orchid #CB65DC

RGB

 RED value IS 203 (79.69% from 255) = 38.74%

 GREEN value IS 101 (39.84% from 255) = 19.27%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 38.74%
G = 19.27%
B = 41.98%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB65DC (or 0xCB65DC) is known color: Orchid. HEX triplet: CB, 65 and DC. RGB value is (203,101,220). Sum of RGB (Red+Green+Blue) = 203+101+220=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65DC is #349A23. Grayscale: #909090. Windows color (decimal): -3447332 or 14443979. OLE color: 14443979.

HSL color Cylindrical-coordinate representation of color #CB65DC: hue angle of 291.43º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB65DC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 101 220 -
CMYK 0.08 0.54 0 0.14
HSL 291.43º 0.63% 0.63% -
HSV(B) 291.43º 0.54% 0.86% -
XYZ 42.2 27.17 70.73 -
YUV 145.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 203 101 220 0.08 0.54 0 0.14 291.43 0.63 0.63
Hex CB 65 DC 8 36 0 E 123 3F 3F
Octal 313 145 334 10 66 0 16 443 77 77
Binary 11001011 1100101 11011100 1000 110110 0 1110 100100011 111111 111111

Color Harmonies of #CB65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65DC

Black with #CB65DC

Text Example


Text Example

White with #CB65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65DC; }

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

 H1.HeaderClassName
 {
   color: #CB65DC;
 }
 .AnyTagClassName
 {
   color: #CB65DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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