Html Css Color HEX #C96DC3 Orchid

📋 copy color: '#C96DC3'

red 201 ◦ green 109 ◦ blue 195

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

Shades of Orchid #C96DC3

Tints of Orchid #C96DC3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 39.8%
G = 21.58%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C96DC3 (or 0xC96DC3) is known color: Orchid. HEX triplet: C9, 6D and C3. RGB value is (201,109,195). Sum of RGB (Red+Green+Blue) = 201+109+195=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DC3 is #36923C. Grayscale: #929292. Windows color (decimal): -3576381 or 12807625. OLE color: 12807625.

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

Color convert

RGB 201 109 195 -
CMYK 0 0.46 0.03 0.21
HSL 303.91º 0.46% 0.61% -
HSV(B) 303.91º 0.46% 0.79% -
XYZ 39.41 27.29 54.82 -
YUV 146.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 201 109 195 0 0.46 0.03 0.21 303.91 0.46 0.61
Hex C9 6D C3 0 2E 3 15 130 2E 3D
Octal 311 155 303 0 56 3 25 460 56 75
Binary 11001001 1101101 11000011 0 101110 11 10101 100110000 101110 111101

Color Harmonies of #C96DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DC3

Black with #C96DC3

Text Example


Text Example

White with #C96DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DC3; }

 p { color: rgb(201,109,195); }

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

background-color css

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

 a { background-color: rgb(201,109,195); }

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

border-color css

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

 span { border-color: rgb(201,109,195); }

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