Html Css Color HEX #CB6BDE Orchid

📋 copy color: '#CB6BDE'

red 203 ◦ green 107 ◦ blue 222

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

Shades of Orchid #CB6BDE

Tints of Orchid #CB6BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 38.16%
G = 20.11%
B = 41.73%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB6BDE (or 0xCB6BDE) is known color: Orchid. HEX triplet: CB, 6B and DE. RGB value is (203,107,222). Sum of RGB (Red+Green+Blue) = 203+107+222=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BDE is #349421. Grayscale: #949494. Windows color (decimal): -3445794 or 14576587. OLE color: 14576587.

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

Color convert

RGB 203 107 222 -
CMYK 0.09 0.52 0 0.13
HSL 290.09º 0.64% 0.65% -
HSV(B) 290.09º 0.52% 0.87% -
XYZ 43.07 28.49 72.34 -
YUV 148.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 203 107 222 0.09 0.52 0 0.13 290.09 0.64 0.65
Hex CB 6B DE 9 34 0 D 122 40 41
Octal 313 153 336 11 64 0 15 442 100 101
Binary 11001011 1101011 11011110 1001 110100 0 1101 100100010 1000000 1000001

Color Harmonies of #CB6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BDE

Black with #CB6BDE

Text Example


Text Example

White with #CB6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BDE; }

 p { color: rgb(203,107,222); }

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

background-color css

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

 a { background-color: rgb(203,107,222); }

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

border-color css

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

 span { border-color: rgb(203,107,222); }

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