Html Css Color HEX #C96EDC Orchid

📋 copy color: '#C96EDC'

red 201 ◦ green 110 ◦ blue 220

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

Shades of Orchid #C96EDC

Tints of Orchid #C96EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 37.85%
G = 20.72%
B = 41.43%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C96EDC (or 0xC96EDC) is known color: Orchid. HEX triplet: C9, 6E and DC. RGB value is (201,110,220). Sum of RGB (Red+Green+Blue) = 201+110+220=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #C96EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EDC is #369123. Grayscale: #959595. Windows color (decimal): -3576100 or 14446281. OLE color: 14446281.

HSL color Cylindrical-coordinate representation of color #C96EDC: hue angle of 289.64º degrees, saturation: 0.61, 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 #C96EDC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 110 220 -
CMYK 0.09 0.50 0 0.14
HSL 289.64º 0.61% 0.65% -
HSV(B) 289.64º 0.5% 0.86% -
XYZ 42.58 28.74 71.01 -
YUV 149.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 201 110 220 0.09 0.50 0 0.14 289.64 0.61 0.65
Hex C9 6E DC 9 32 0 E 122 3D 41
Octal 311 156 334 11 62 0 16 442 75 101
Binary 11001001 1101110 11011100 1001 110010 0 1110 100100010 111101 1000001

Color Harmonies of #C96EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EDC

Black with #C96EDC

Text Example


Text Example

White with #C96EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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