Html Css Color HEX #C96EDF Orchid

📋 copy color: '#C96EDF'

red 201 ◦ green 110 ◦ blue 223

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

Shades of Orchid #C96EDF

Tints of Orchid #C96EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 37.64%
G = 20.6%
B = 41.76%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C96EDF (or 0xC96EDF) is known color: Orchid. HEX triplet: C9, 6E and DF. RGB value is (201,110,223). Sum of RGB (Red+Green+Blue) = 201+110+223=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #C96EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EDF is #369120. Grayscale: #959595. Windows color (decimal): -3576097 or 14642889. OLE color: 14642889.

HSL color Cylindrical-coordinate representation of color #C96EDF: hue angle of 288.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96EDF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 110 223 -
CMYK 0.10 0.51 0 0.13
HSL 288.32º 0.64% 0.65% -
HSV(B) 288.32º 0.51% 0.87% -
XYZ 42.98 28.9 73.12 -
YUV 150.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 201 110 223 0.10 0.51 0 0.13 288.32 0.64 0.65
Hex C9 6E DF A 33 0 D 120 40 41
Octal 311 156 337 12 63 0 15 440 100 101
Binary 11001001 1101110 11011111 1010 110011 0 1101 100100000 1000000 1000001

Color Harmonies of #C96EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EDF

Black with #C96EDF

Text Example


Text Example

White with #C96EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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