Html Css Color HEX #C96EDA Orchid

📋 copy color: '#C96EDA'

red 201 ◦ green 110 ◦ blue 218

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

Shades of Orchid #C96EDA

Tints of Orchid #C96EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 38%
G = 20.79%
B = 41.21%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C96EDA (or 0xC96EDA) is known color: Orchid. HEX triplet: C9, 6E and DA. RGB value is (201,110,218). Sum of RGB (Red+Green+Blue) = 201+110+218=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C96EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EDA is #369125. Grayscale: #959595. Windows color (decimal): -3576102 or 14315209. OLE color: 14315209.

HSL color Cylindrical-coordinate representation of color #C96EDA: hue angle of 290.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96EDA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 110 218 -
CMYK 0.08 0.50 0 0.15
HSL 290.56º 0.59% 0.64% -
HSV(B) 290.56º 0.5% 0.85% -
XYZ 42.32 28.63 69.63 -
YUV 149.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 201 110 218 0.08 0.50 0 0.15 290.56 0.59 0.64
Hex C9 6E DA 8 32 0 F 123 3B 40
Octal 311 156 332 10 62 0 17 443 73 100
Binary 11001001 1101110 11011010 1000 110010 0 1111 100100011 111011 1000000

Color Harmonies of #C96EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EDA

Black with #C96EDA

Text Example


Text Example

White with #C96EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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