Html Css Color HEX #CB6EDD Orchid

📋 copy color: '#CB6EDD'

red 203 ◦ green 110 ◦ blue 221

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

Shades of Orchid #CB6EDD

Tints of Orchid #CB6EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

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

R = 38.01%
G = 20.6%
B = 41.39%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB6EDD (or 0xCB6EDD) is known color: Orchid. HEX triplet: CB, 6E and DD. RGB value is (203,110,221). Sum of RGB (Red+Green+Blue) = 203+110+221=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EDD is #349122. Grayscale: #969696. Windows color (decimal): -3445027 or 14511819. OLE color: 14511819.

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

Color convert

RGB 203 110 221 -
CMYK 0.08 0.50 0 0.13
HSL 290.27º 0.62% 0.65% -
HSV(B) 290.27º 0.5% 0.87% -
XYZ 43.26 29.07 71.74 -
YUV 150.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 203 110 221 0.08 0.50 0 0.13 290.27 0.62 0.65
Hex CB 6E DD 8 32 0 D 122 3E 41
Octal 313 156 335 10 62 0 15 442 76 101
Binary 11001011 1101110 11011101 1000 110010 0 1101 100100010 111110 1000001

Color Harmonies of #CB6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EDD

Black with #CB6EDD

Text Example


Text Example

White with #CB6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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