Html Css Color HEX #CB6CDD Orchid

📋 copy color: '#CB6CDD'

red 203 ◦ green 108 ◦ blue 221

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

Shades of Orchid #CB6CDD

Tints of Orchid #CB6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 38.16%
G = 20.3%
B = 41.54%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB6CDD (or 0xCB6CDD) is known color: Orchid. HEX triplet: CB, 6C and DD. RGB value is (203,108,221). Sum of RGB (Red+Green+Blue) = 203+108+221=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CDD is #349322. Grayscale: #949494. Windows color (decimal): -3445539 or 14511307. OLE color: 14511307.

HSL color Cylindrical-coordinate representation of color #CB6CDD: hue angle of 290.44º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6CDD is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 108 221 -
CMYK 0.08 0.51 0 0.13
HSL 290.44º 0.62% 0.65% -
HSV(B) 290.44º 0.51% 0.87% -
XYZ 43.04 28.64 71.67 -
YUV 149.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 203 108 221 0.08 0.51 0 0.13 290.44 0.62 0.65
Hex CB 6C DD 8 33 0 D 122 3E 41
Octal 313 154 335 10 63 0 15 442 76 101
Binary 11001011 1101100 11011101 1000 110011 0 1101 100100010 111110 1000001

Color Harmonies of #CB6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6CDD

Black with #CB6CDD

Text Example


Text Example

White with #CB6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6CDD; }

 p { color: rgb(203,108,221); }

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

background-color css

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

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

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

border-color css

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

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

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