Html Css Color HEX #C96BDE Orchid

📋 copy color: '#C96BDE'

red 201 ◦ green 107 ◦ blue 222

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

Shades of Orchid #C96BDE

Tints of Orchid #C96BDE

RGB

 RED value IS 201 (78.91% from 255) = 37.92%

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

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

R = 37.92%
G = 20.19%
B = 41.89%

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

#C96BDE (or 0xC96BDE) is known color: Orchid. HEX triplet: C9, 6B and DE. RGB value is (201,107,222). Sum of RGB (Red+Green+Blue) = 201+107+222=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #C96BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BDE is #369421. Grayscale: #939393. Windows color (decimal): -3576866 or 14576585. OLE color: 14576585.

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

Color convert

RGB 201 107 222 -
CMYK 0.09 0.52 0 0.13
HSL 289.04º 0.64% 0.65% -
HSV(B) 289.04º 0.52% 0.87% -
XYZ 42.53 28.21 72.31 -
YUV 148.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 201 107 222 0.09 0.52 0 0.13 289.04 0.64 0.65
Hex C9 6B DE 9 34 0 D 121 40 41
Octal 311 153 336 11 64 0 15 441 100 101
Binary 11001001 1101011 11011110 1001 110100 0 1101 100100001 1000000 1000001

Color Harmonies of #C96BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BDE

Black with #C96BDE

Text Example


Text Example

White with #C96BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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