Html Css Color HEX #C96ADA Orchid

📋 copy color: '#C96ADA'

red 201 ◦ green 106 ◦ blue 218

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

Shades of Orchid #C96ADA

Tints of Orchid #C96ADA

RGB

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

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

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

R = 38.29%
G = 20.19%
B = 41.52%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C96ADA (or 0xC96ADA) is known color: Orchid. HEX triplet: C9, 6A and DA. RGB value is (201,106,218). Sum of RGB (Red+Green+Blue) = 201+106+218=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C96ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ADA is #369525. Grayscale: #929292. Windows color (decimal): -3577126 or 14314185. OLE color: 14314185.

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

Color convert

RGB 201 106 218 -
CMYK 0.08 0.51 0 0.15
HSL 290.89º 0.6% 0.64% -
HSV(B) 290.89º 0.51% 0.85% -
XYZ 41.9 27.79 69.49 -
YUV 147.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 201 106 218 0.08 0.51 0 0.15 290.89 0.6 0.64
Hex C9 6A DA 8 33 0 F 123 3C 40
Octal 311 152 332 10 63 0 17 443 74 100
Binary 11001001 1101010 11011010 1000 110011 0 1111 100100011 111100 1000000

Color Harmonies of #C96ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ADA

Black with #C96ADA

Text Example


Text Example

White with #C96ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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