Html Css Color HEX #C96FCF Orchid

📋 copy color: '#C96FCF'

red 201 ◦ green 111 ◦ blue 207

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

Shades of Orchid #C96FCF

Tints of Orchid #C96FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 38.73%
G = 21.39%
B = 39.88%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C96FCF (or 0xC96FCF) is known color: Orchid. HEX triplet: C9, 6F and CF. RGB value is (201,111,207). Sum of RGB (Red+Green+Blue) = 201+111+207=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #C96FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FCF is #369030. Grayscale: #949494. Windows color (decimal): -3575857 or 13594569. OLE color: 13594569.

HSL color Cylindrical-coordinate representation of color #C96FCF: hue angle of 296.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96FCF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 111 207 -
CMYK 0.03 0.46 0 0.19
HSL 296.25º 0.5% 0.62% -
HSV(B) 296.25º 0.46% 0.81% -
XYZ 41.03 28.29 62.33 -
YUV 148.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 201 111 207 0.03 0.46 0 0.19 296.25 0.5 0.62
Hex C9 6F CF 3 2E 0 13 128 32 3E
Octal 311 157 317 3 56 0 23 450 62 76
Binary 11001001 1101111 11001111 11 101110 0 10011 100101000 110010 111110

Color Harmonies of #C96FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FCF

Black with #C96FCF

Text Example


Text Example

White with #C96FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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