Html Css Color HEX #C942DD Medium Orchid

📋 copy color: '#C942DD'

red 201 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #C942DD

Tints of Medium Orchid #C942DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.52%

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 41.19%
G = 13.52%
B = 45.29%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C942DD (or 0xC942DD) is known color: Medium Orchid. HEX triplet: C9, 42 and DD. RGB value is (201,66,221). Sum of RGB (Red+Green+Blue) = 201+66+221=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #C942DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942DD is #36BD22. Grayscale: #7B7B7B. Windows color (decimal): -3587363 or 14500553. OLE color: 14500553.

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

Color convert

RGB 201 66 221 -
CMYK 0.09 0.70 0 0.13
HSL 292.26º 0.7% 0.56% -
HSV(B) 292.26º 0.7% 0.87% -
XYZ 39.09 21.53 70.5 -
YUV 124.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 201 66 221 0.09 0.70 0 0.13 292.26 0.7 0.56
Hex C9 42 DD 9 46 0 D 124 46 38
Octal 311 102 335 11 106 0 15 444 106 70
Binary 11001001 1000010 11011101 1001 1000110 0 1101 100100100 1000110 111000

Color Harmonies of #C942DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942DD

Black with #C942DD

Text Example


Text Example

White with #C942DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942DD; }

 p { color: rgb(201,66,221); }

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

background-color css

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

 a { background-color: rgb(201,66,221); }

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

border-color css

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

 span { border-color: rgb(201,66,221); }

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