Html Css Color HEX #CB6DDD Orchid

📋 copy color: '#CB6DDD'

red 203 ◦ green 109 ◦ blue 221

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

Shades of Orchid #CB6DDD

Tints of Orchid #CB6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.45%

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

R = 38.09%
G = 20.45%
B = 41.46%

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

#CB6DDD (or 0xCB6DDD) is known color: Orchid. HEX triplet: CB, 6D and DD. RGB value is (203,109,221). Sum of RGB (Red+Green+Blue) = 203+109+221=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DDD is #349222. Grayscale: #959595. Windows color (decimal): -3445283 or 14511563. OLE color: 14511563.

HSL color Cylindrical-coordinate representation of color #CB6DDD: hue angle of 290.36º 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 #CB6DDD is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 109 221 -
CMYK 0.08 0.51 0 0.13
HSL 290.36º 0.62% 0.65% -
HSV(B) 290.36º 0.51% 0.87% -
XYZ 43.15 28.85 71.7 -
YUV 149.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 203 109 221 0.08 0.51 0 0.13 290.36 0.62 0.65
Hex CB 6D DD 8 33 0 D 122 3E 41
Octal 313 155 335 10 63 0 15 442 76 101
Binary 11001011 1101101 11011101 1000 110011 0 1101 100100010 111110 1000001

Color Harmonies of #CB6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DDD

Black with #CB6DDD

Text Example


Text Example

White with #CB6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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