Html Css Color HEX #C96ED0 Orchid

📋 copy color: '#C96ED0'

red 201 ◦ green 110 ◦ blue 208

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

Shades of Orchid #C96ED0

Tints of Orchid #C96ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 38.73%
G = 21.19%
B = 40.08%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C96ED0 (or 0xC96ED0) is known color: Orchid. HEX triplet: C9, 6E and D0. RGB value is (201,110,208). Sum of RGB (Red+Green+Blue) = 201+110+208=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #C96ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ED0 is #36912F. Grayscale: #949494. Windows color (decimal): -3576112 or 13659849. OLE color: 13659849.

HSL color Cylindrical-coordinate representation of color #C96ED0: hue angle of 295.71º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96ED0 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 110 208 -
CMYK 0.03 0.47 0 0.18
HSL 295.71º 0.51% 0.62% -
HSV(B) 295.71º 0.47% 0.82% -
XYZ 41.05 28.12 62.94 -
YUV 148.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 201 110 208 0.03 0.47 0 0.18 295.71 0.51 0.62
Hex C9 6E D0 3 2F 0 12 128 33 3E
Octal 311 156 320 3 57 0 22 450 63 76
Binary 11001001 1101110 11010000 11 101111 0 10010 100101000 110011 111110

Color Harmonies of #C96ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ED0

Black with #C96ED0

Text Example


Text Example

White with #C96ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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