Html Css Color HEX #C962E2 Medium Orchid

📋 copy color: '#C962E2'

red 201 ◦ green 98 ◦ blue 226

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

Shades of Medium Orchid #C962E2

Tints of Medium Orchid #C962E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.05%

R = 38.29%
G = 18.67%
B = 43.05%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C962E2 (or 0xC962E2) is known color: Medium Orchid. HEX triplet: C9, 62 and E2. RGB value is (201,98,226). Sum of RGB (Red+Green+Blue) = 201+98+226=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #C962E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962E2 is #369D1D. Grayscale: #8E8E8E. Windows color (decimal): -3579166 or 14836425. OLE color: 14836425.

HSL color Cylindrical-coordinate representation of color #C962E2: hue angle of 288.28º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C962E2 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 98 226 -
CMYK 0.11 0.57 0 0.11
HSL 288.28º 0.69% 0.64% -
HSV(B) 288.28º 0.57% 0.89% -
XYZ 42.18 26.64 74.87 -
YUV 143.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 201 98 226 0.11 0.57 0 0.11 288.28 0.69 0.64
Hex C9 62 E2 B 39 0 B 120 45 40
Octal 311 142 342 13 71 0 13 440 105 100
Binary 11001001 1100010 11100010 1011 111001 0 1011 100100000 1000101 1000000

Color Harmonies of #C962E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962E2

Black with #C962E2

Text Example


Text Example

White with #C962E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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