Html Css Color HEX #C96FDB Orchid

📋 copy color: '#C96FDB'

red 201 ◦ green 111 ◦ blue 219

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

Shades of Orchid #C96FDB

Tints of Orchid #C96FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 37.85%
G = 20.9%
B = 41.24%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C96FDB (or 0xC96FDB) is known color: Orchid. HEX triplet: C9, 6F and DB. RGB value is (201,111,219). Sum of RGB (Red+Green+Blue) = 201+111+219=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C96FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FDB is #369024. Grayscale: #959595. Windows color (decimal): -3575845 or 14381001. OLE color: 14381001.

HSL color Cylindrical-coordinate representation of color #C96FDB: hue angle of 290º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96FDB is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 111 219 -
CMYK 0.08 0.49 0 0.14
HSL 290º 0.6% 0.65% -
HSV(B) 290º 0.49% 0.86% -
XYZ 42.56 28.9 70.35 -
YUV 150.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 201 111 219 0.08 0.49 0 0.14 290 0.6 0.65
Hex C9 6F DB 8 31 0 E 122 3C 41
Octal 311 157 333 10 61 0 16 442 74 101
Binary 11001001 1101111 11011011 1000 110001 0 1110 100100010 111100 1000001

Color Harmonies of #C96FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FDB

Black with #C96FDB

Text Example


Text Example

White with #C96FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FDB; }

 p { color: rgb(201,111,219); }

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

background-color css

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

 a { background-color: rgb(201,111,219); }

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

border-color css

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

 span { border-color: rgb(201,111,219); }

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