Html Css Color HEX #C04CCF Medium Orchid

📋 copy color: '#C04CCF'

red 192 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #C04CCF

Tints of Medium Orchid #C04CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16%

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

R = 40.42%
G = 16%
B = 43.58%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C04CCF (or 0xC04CCF) is known color: Medium Orchid. HEX triplet: C0, 4C and CF. RGB value is (192,76,207). Sum of RGB (Red+Green+Blue) = 192+76+207=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C04CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CCF is #3FB330. Grayscale: #7D7D7D. Windows color (decimal): -4174641 or 13585600. OLE color: 13585600.

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

Color convert

RGB 192 76 207 -
CMYK 0.07 0.63 0 0.19
HSL 293.13º 0.58% 0.55% -
HSV(B) 293.13º 0.63% 0.81% -
XYZ 35.59 20.88 61.19 -
YUV 125.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 192 76 207 0.07 0.63 0 0.19 293.13 0.58 0.55
Hex C0 4C CF 7 3F 0 13 125 3A 37
Octal 300 114 317 7 77 0 23 445 72 67
Binary 11000000 1001100 11001111 111 111111 0 10011 100100101 111010 110111

Color Harmonies of #C04CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CCF

Black with #C04CCF

Text Example


Text Example

White with #C04CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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