Html Css Color HEX #C04ECF Medium Orchid

📋 copy color: '#C04ECF'

red 192 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #C04ECF

Tints of Medium Orchid #C04ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.35%

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

R = 40.25%
G = 16.35%
B = 43.4%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C04ECF (or 0xC04ECF) is known color: Medium Orchid. HEX triplet: C0, 4E and CF. RGB value is (192,78,207). Sum of RGB (Red+Green+Blue) = 192+78+207=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #C04ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04ECF is #3FB130. Grayscale: #7E7E7E. Windows color (decimal): -4174129 or 13586112. OLE color: 13586112.

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

Color convert

RGB 192 78 207 -
CMYK 0.07 0.62 0 0.19
HSL 293.02º 0.57% 0.56% -
HSV(B) 293.02º 0.62% 0.81% -
XYZ 35.73 21.16 61.23 -
YUV 126.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 192 78 207 0.07 0.62 0 0.19 293.02 0.57 0.56
Hex C0 4E CF 7 3E 0 13 125 39 38
Octal 300 116 317 7 76 0 23 445 71 70
Binary 11000000 1001110 11001111 111 111110 0 10011 100100101 111001 111000

Color Harmonies of #C04ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ECF

Black with #C04ECF

Text Example


Text Example

White with #C04ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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