Html Css Color HEX #C96FC5 Orchid

📋 copy color: '#C96FC5'

red 201 ◦ green 111 ◦ blue 197

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

Shades of Orchid #C96FC5

Tints of Orchid #C96FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.81%

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 39.49%
G = 21.81%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C96FC5 (or 0xC96FC5) is known color: Orchid. HEX triplet: C9, 6F and C5. RGB value is (201,111,197). Sum of RGB (Red+Green+Blue) = 201+111+197=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FC5 is #36903A. Grayscale: #939393. Windows color (decimal): -3575867 or 12939209. OLE color: 12939209.

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

Color convert

RGB 201 111 197 -
CMYK 0 0.45 0.02 0.21
HSL 302.67º 0.45% 0.61% -
HSV(B) 302.67º 0.45% 0.79% -
XYZ 39.85 27.82 56.09 -
YUV 147.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 201 111 197 0 0.45 0.02 0.21 302.67 0.45 0.61
Hex C9 6F C5 0 2D 2 15 12F 2D 3D
Octal 311 157 305 0 55 2 25 457 55 75
Binary 11001001 1101111 11000101 0 101101 10 10101 100101111 101101 111101

Color Harmonies of #C96FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FC5

Black with #C96FC5

Text Example


Text Example

White with #C96FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FC5; }

 p { color: rgb(201,111,197); }

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

background-color css

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

 a { background-color: rgb(201,111,197); }

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

border-color css

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

 span { border-color: rgb(201,111,197); }

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