Html Css Color HEX #CB6ADD Orchid

📋 copy color: '#CB6ADD'

red 203 ◦ green 106 ◦ blue 221

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

Shades of Orchid #CB6ADD

Tints of Orchid #CB6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20%

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

R = 38.3%
G = 20%
B = 41.7%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB6ADD (or 0xCB6ADD) is known color: Orchid. HEX triplet: CB, 6A and DD. RGB value is (203,106,221). Sum of RGB (Red+Green+Blue) = 203+106+221=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ADD is #349522. Grayscale: #939393. Windows color (decimal): -3446051 or 14510795. OLE color: 14510795.

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

Color convert

RGB 203 106 221 -
CMYK 0.08 0.52 0 0.13
HSL 290.61º 0.63% 0.64% -
HSV(B) 290.61º 0.52% 0.87% -
XYZ 42.83 28.23 71.6 -
YUV 148.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 203 106 221 0.08 0.52 0 0.13 290.61 0.63 0.64
Hex CB 6A DD 8 34 0 D 123 3F 40
Octal 313 152 335 10 64 0 15 443 77 100
Binary 11001011 1101010 11011101 1000 110100 0 1101 100100011 111111 1000000

Color Harmonies of #CB6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6ADD

Black with #CB6ADD

Text Example


Text Example

White with #CB6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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