Html Css Color HEX #CB6FDE Orchid

📋 copy color: '#CB6FDE'

red 203 ◦ green 111 ◦ blue 222

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

Shades of Orchid #CB6FDE

Tints of Orchid #CB6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.71%

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

R = 37.87%
G = 20.71%
B = 41.42%

CMYK

 C value IS 0.09

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB6FDE (or 0xCB6FDE) is known color: Orchid. HEX triplet: CB, 6F and DE. RGB value is (203,111,222). Sum of RGB (Red+Green+Blue) = 203+111+222=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FDE is #349021. Grayscale: #969696. Windows color (decimal): -3444770 or 14577611. OLE color: 14577611.

HSL color Cylindrical-coordinate representation of color #CB6FDE: hue angle of 289.73º degrees, saturation: 0.63, 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 #CB6FDE is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 111 222 -
CMYK 0.09 0.5 0 0.13
HSL 289.73º 0.63% 0.65% -
HSV(B) 289.73º 0.5% 0.87% -
XYZ 43.5 29.34 72.48 -
YUV 151.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 203 111 222 0.09 0.5 0 0.13 289.73 0.63 0.65
Hex CB 6F DE 9 32 0 D 122 3F 41
Octal 313 157 336 11 62 0 15 442 77 101
Binary 11001011 1101111 11011110 1001 110010 0 1101 100100010 111111 1000001

Color Harmonies of #CB6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FDE

Black with #CB6FDE

Text Example


Text Example

White with #CB6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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