Html Css Color HEX #C96BDD Orchid

📋 copy color: '#C96BDD'

red 201 ◦ green 107 ◦ blue 221

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

Shades of Orchid #C96BDD

Tints of Orchid #C96BDD

RGB

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

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

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

R = 38%
G = 20.23%
B = 41.78%

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

#C96BDD (or 0xC96BDD) is known color: Orchid. HEX triplet: C9, 6B and DD. RGB value is (201,107,221). Sum of RGB (Red+Green+Blue) = 201+107+221=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C96BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BDD is #369422. Grayscale: #939393. Windows color (decimal): -3576867 or 14511049. OLE color: 14511049.

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

Color convert

RGB 201 107 221 -
CMYK 0.09 0.52 0 0.13
HSL 289.47º 0.63% 0.64% -
HSV(B) 289.47º 0.52% 0.87% -
XYZ 42.4 28.15 71.61 -
YUV 148.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 201 107 221 0.09 0.52 0 0.13 289.47 0.63 0.64
Hex C9 6B DD 9 34 0 D 121 3F 40
Octal 311 153 335 11 64 0 15 441 77 100
Binary 11001001 1101011 11011101 1001 110100 0 1101 100100001 111111 1000000

Color Harmonies of #C96BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BDD

Black with #C96BDD

Text Example


Text Example

White with #C96BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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