Html Css Color HEX #C96EDB Orchid

📋 copy color: '#C96EDB'

red 201 ◦ green 110 ◦ blue 219

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

Shades of Orchid #C96EDB

Tints of Orchid #C96EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

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

R = 37.92%
G = 20.75%
B = 41.32%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C96EDB (or 0xC96EDB) is known color: Orchid. HEX triplet: C9, 6E and DB. RGB value is (201,110,219). Sum of RGB (Red+Green+Blue) = 201+110+219=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #C96EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EDB is #369124. Grayscale: #959595. Windows color (decimal): -3576101 or 14380745. OLE color: 14380745.

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

Color convert

RGB 201 110 219 -
CMYK 0.08 0.50 0 0.14
HSL 290.09º 0.6% 0.65% -
HSV(B) 290.09º 0.5% 0.86% -
XYZ 42.45 28.68 70.32 -
YUV 149.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 201 110 219 0.08 0.50 0 0.14 290.09 0.6 0.65
Hex C9 6E DB 8 32 0 E 122 3C 41
Octal 311 156 333 10 62 0 16 442 74 101
Binary 11001001 1101110 11011011 1000 110010 0 1110 100100010 111100 1000001

Color Harmonies of #C96EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EDB

Black with #C96EDB

Text Example


Text Example

White with #C96EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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