Html Css Color HEX #C042CF Medium Orchid

📋 copy color: '#C042CF'

red 192 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #C042CF

Tints of Medium Orchid #C042CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 41.29%
G = 14.19%
B = 44.52%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C042CF (or 0xC042CF) is known color: Medium Orchid. HEX triplet: C0, 42 and CF. RGB value is (192,66,207). Sum of RGB (Red+Green+Blue) = 192+66+207=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #C042CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042CF is #3FBD30. Grayscale: #777777. Windows color (decimal): -4177201 or 13583040. OLE color: 13583040.

HSL color Cylindrical-coordinate representation of color #C042CF: hue angle of 293.62º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C042CF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 66 207 -
CMYK 0.07 0.68 0 0.19
HSL 293.62º 0.59% 0.54% -
HSV(B) 293.62º 0.68% 0.81% -
XYZ 34.95 19.61 60.97 -
YUV 119.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 192 66 207 0.07 0.68 0 0.19 293.62 0.59 0.54
Hex C0 42 CF 7 44 0 13 126 3B 36
Octal 300 102 317 7 104 0 23 446 73 66
Binary 11000000 1000010 11001111 111 1000100 0 10011 100100110 111011 110110

Color Harmonies of #C042CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042CF

Black with #C042CF

Text Example


Text Example

White with #C042CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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