Html Css Color HEX #C042CD Medium Orchid

📋 copy color: '#C042CD'

red 192 ◦ green 66 ◦ blue 205

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

Shades of Medium Orchid #C042CD

Tints of Medium Orchid #C042CD

RGB

 RED value IS 192 (75.39% from 255) = 41.47%

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 41.47%
G = 14.25%
B = 44.28%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C042CD (or 0xC042CD) is known color: Medium Orchid. HEX triplet: C0, 42 and CD. RGB value is (192,66,205). Sum of RGB (Red+Green+Blue) = 192+66+205=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C042CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042CD is #3FBD32. Grayscale: #777777. Windows color (decimal): -4177203 or 13451968. OLE color: 13451968.

HSL color Cylindrical-coordinate representation of color #C042CD: hue angle of 294.39º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C042CD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 66 205 -
CMYK 0.06 0.68 0 0.20
HSL 294.39º 0.58% 0.53% -
HSV(B) 294.39º 0.68% 0.8% -
XYZ 34.71 19.51 59.69 -
YUV 119.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 192 66 205 0.06 0.68 0 0.20 294.39 0.58 0.53
Hex C0 42 CD 6 44 0 14 126 3A 35
Octal 300 102 315 6 104 0 24 446 72 65
Binary 11000000 1000010 11001101 110 1000100 0 10100 100100110 111010 110101

Color Harmonies of #C042CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042CD

Black with #C042CD

Text Example


Text Example

White with #C042CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042CD; }

 p { color: rgb(192,66,205); }

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

background-color css

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

 a { background-color: rgb(192,66,205); }

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

border-color css

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

 span { border-color: rgb(192,66,205); }

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