Html Css Color HEX #C962D2 Medium Orchid

📋 copy color: '#C962D2'

red 201 ◦ green 98 ◦ blue 210

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

Shades of Medium Orchid #C962D2

Tints of Medium Orchid #C962D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 39.49%
G = 19.25%
B = 41.26%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C962D2 (or 0xC962D2) is known color: Medium Orchid. HEX triplet: C9, 62 and D2. RGB value is (201,98,210). Sum of RGB (Red+Green+Blue) = 201+98+210=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #C962D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962D2 is #369D2D. Grayscale: #8D8D8D. Windows color (decimal): -3579182 or 13787849. OLE color: 13787849.

HSL color Cylindrical-coordinate representation of color #C962D2: hue angle of 295.18º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C962D2 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 98 210 -
CMYK 0.04 0.53 0 0.18
HSL 295.18º 0.55% 0.6% -
HSV(B) 295.18º 0.53% 0.82% -
XYZ 40.09 25.81 63.84 -
YUV 141.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 201 98 210 0.04 0.53 0 0.18 295.18 0.55 0.6
Hex C9 62 D2 4 35 0 12 127 37 3C
Octal 311 142 322 4 65 0 22 447 67 74
Binary 11001001 1100010 11010010 100 110101 0 10010 100100111 110111 111100

Color Harmonies of #C962D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962D2

Black with #C962D2

Text Example


Text Example

White with #C962D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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