Html Css Color HEX #C04FCF Medium Orchid

📋 copy color: '#C04FCF'

red 192 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #C04FCF

Tints of Medium Orchid #C04FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.53%

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

R = 40.17%
G = 16.53%
B = 43.31%

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

#C04FCF (or 0xC04FCF) is known color: Medium Orchid. HEX triplet: C0, 4F and CF. RGB value is (192,79,207). Sum of RGB (Red+Green+Blue) = 192+79+207=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C04FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FCF is #3FB030. Grayscale: #7E7E7E. Windows color (decimal): -4173873 or 13586368. OLE color: 13586368.

HSL color Cylindrical-coordinate representation of color #C04FCF: hue angle of 292.97º 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 #C04FCF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 79 207 -
CMYK 0.07 0.62 0 0.19
HSL 292.97º 0.57% 0.56% -
HSV(B) 292.97º 0.62% 0.81% -
XYZ 35.8 21.3 61.26 -
YUV 127.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 192 79 207 0.07 0.62 0 0.19 292.97 0.57 0.56
Hex C0 4F CF 7 3E 0 13 125 39 38
Octal 300 117 317 7 76 0 23 445 71 70
Binary 11000000 1001111 11001111 111 111110 0 10011 100100101 111001 111000

Color Harmonies of #C04FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FCF

Black with #C04FCF

Text Example


Text Example

White with #C04FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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