Html Css Color HEX #C96CCA Orchid

📋 copy color: '#C96CCA'

red 201 ◦ green 108 ◦ blue 202

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

Shades of Orchid #C96CCA

Tints of Orchid #C96CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 39.33%
G = 21.14%
B = 39.53%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C96CCA (or 0xC96CCA) is known color: Orchid. HEX triplet: C9, 6C and CA. RGB value is (201,108,202). Sum of RGB (Red+Green+Blue) = 201+108+202=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C96CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CCA is #369335. Grayscale: #929292. Windows color (decimal): -3576630 or 13266121. OLE color: 13266121.

HSL color Cylindrical-coordinate representation of color #C96CCA: hue angle of 299.36º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96CCA is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 202 -
CMYK 0.00 0.47 0 0.21
HSL 299.36º 0.47% 0.61% -
HSV(B) 299.36º 0.47% 0.79% -
XYZ 40.11 27.41 59.05 -
YUV 146.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 201 108 202 0.00 0.47 0 0.21 299.36 0.47 0.61
Hex C9 6C CA 0 2F 0 15 12B 2F 3D
Octal 311 154 312 0 57 0 25 453 57 75
Binary 11001001 1101100 11001010 0 101111 0 10101 100101011 101111 111101

Color Harmonies of #C96CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CCA

Black with #C96CCA

Text Example


Text Example

White with #C96CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CCA; }

 p { color: rgb(201,108,202); }

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

background-color css

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

 a { background-color: rgb(201,108,202); }

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

border-color css

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

 span { border-color: rgb(201,108,202); }

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