Html Css Color HEX #C96ACC Orchid

📋 copy color: '#C96ACC'

red 201 ◦ green 106 ◦ blue 204

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

Shades of Orchid #C96ACC

Tints of Orchid #C96ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 39.33%
G = 20.74%
B = 39.92%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C96ACC (or 0xC96ACC) is known color: Orchid. HEX triplet: C9, 6A and CC. RGB value is (201,106,204). Sum of RGB (Red+Green+Blue) = 201+106+204=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C96ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ACC is #369533. Grayscale: #919191. Windows color (decimal): -3577140 or 13396681. OLE color: 13396681.

HSL color Cylindrical-coordinate representation of color #C96ACC: hue angle of 298.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96ACC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 106 204 -
CMYK 0.01 0.48 0 0.2
HSL 298.16º 0.49% 0.61% -
HSV(B) 298.16º 0.48% 0.8% -
XYZ 40.14 27.09 60.24 -
YUV 145.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 201 106 204 0.01 0.48 0 0.2 298.16 0.49 0.61
Hex C9 6A CC 1 30 0 14 12A 31 3D
Octal 311 152 314 1 60 0 24 452 61 75
Binary 11001001 1101010 11001100 1 110000 0 10100 100101010 110001 111101

Color Harmonies of #C96ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ACC

Black with #C96ACC

Text Example


Text Example

White with #C96ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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