Html Css Color HEX #C962DF Medium Orchid

📋 copy color: '#C962DF'

red 201 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #C962DF

Tints of Medium Orchid #C962DF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.77%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 38.51%
G = 18.77%
B = 42.72%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C962DF (or 0xC962DF) is known color: Medium Orchid. HEX triplet: C9, 62 and DF. RGB value is (201,98,223). Sum of RGB (Red+Green+Blue) = 201+98+223=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #C962DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962DF is #369D20. Grayscale: #8E8E8E. Windows color (decimal): -3579169 or 14639817. OLE color: 14639817.

HSL color Cylindrical-coordinate representation of color #C962DF: hue angle of 289.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C962DF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 98 223 -
CMYK 0.10 0.56 0 0.13
HSL 289.44º 0.66% 0.63% -
HSV(B) 289.44º 0.56% 0.87% -
XYZ 41.77 26.48 72.72 -
YUV 143.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 201 98 223 0.10 0.56 0 0.13 289.44 0.66 0.63
Hex C9 62 DF A 38 0 D 121 42 3F
Octal 311 142 337 12 70 0 15 441 102 77
Binary 11001001 1100010 11011111 1010 111000 0 1101 100100001 1000010 111111

Color Harmonies of #C962DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962DF

Black with #C962DF

Text Example


Text Example

White with #C962DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962DF; }

 p { color: rgb(201,98,223); }

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

background-color css

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

 a { background-color: rgb(201,98,223); }

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

border-color css

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

 span { border-color: rgb(201,98,223); }

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