Html Css Color HEX #C96AE0 Orchid

📋 copy color: '#C96AE0'

red 201 ◦ green 106 ◦ blue 224

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

Shades of Orchid #C96AE0

Tints of Orchid #C96AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.96%

 BLUE value IS 224 (87.89% from 255) = 42.18%

R = 37.85%
G = 19.96%
B = 42.18%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C96AE0 (or 0xC96AE0) is known color: Orchid. HEX triplet: C9, 6A and E0. RGB value is (201,106,224). Sum of RGB (Red+Green+Blue) = 201+106+224=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #C96AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AE0 is #36951F. Grayscale: #939393. Windows color (decimal): -3577120 or 14707401. OLE color: 14707401.

HSL color Cylindrical-coordinate representation of color #C96AE0: hue angle of 288.31º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96AE0 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 106 224 -
CMYK 0.10 0.53 0 0.12
HSL 288.31º 0.66% 0.65% -
HSV(B) 288.31º 0.53% 0.88% -
XYZ 42.7 28.11 73.7 -
YUV 147.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 201 106 224 0.10 0.53 0 0.12 288.31 0.66 0.65
Hex C9 6A E0 A 35 0 C 120 42 41
Octal 311 152 340 12 65 0 14 440 102 101
Binary 11001001 1101010 11100000 1010 110101 0 1100 100100000 1000010 1000001

Color Harmonies of #C96AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AE0

Black with #C96AE0

Text Example


Text Example

White with #C96AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AE0; }

 p { color: rgb(201,106,224); }

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

background-color css

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

 a { background-color: rgb(201,106,224); }

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

border-color css

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

 span { border-color: rgb(201,106,224); }

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