Html Css Color HEX #C942DA Medium Orchid

📋 copy color: '#C942DA'

red 201 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #C942DA

Tints of Medium Orchid #C942DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 41.44%
G = 13.61%
B = 44.95%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C942DA (or 0xC942DA) is known color: Medium Orchid. HEX triplet: C9, 42 and DA. RGB value is (201,66,218). Sum of RGB (Red+Green+Blue) = 201+66+218=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #C942DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942DA is #36BD25. Grayscale: #7B7B7B. Windows color (decimal): -3587366 or 14303945. OLE color: 14303945.

HSL color Cylindrical-coordinate representation of color #C942DA: hue angle of 293.29º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C942DA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 66 218 -
CMYK 0.08 0.70 0 0.15
HSL 293.29º 0.67% 0.56% -
HSV(B) 293.29º 0.7% 0.85% -
XYZ 38.69 21.38 68.42 -
YUV 123.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 201 66 218 0.08 0.70 0 0.15 293.29 0.67 0.56
Hex C9 42 DA 8 46 0 F 125 43 38
Octal 311 102 332 10 106 0 17 445 103 70
Binary 11001001 1000010 11011010 1000 1000110 0 1111 100100101 1000011 111000

Color Harmonies of #C942DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942DA

Black with #C942DA

Text Example


Text Example

White with #C942DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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