Html Css Color HEX #C04DE7 Medium Orchid

📋 copy color: '#C04DE7'

red 192 ◦ green 77 ◦ blue 231

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

Shades of Medium Orchid #C04DE7

Tints of Medium Orchid #C04DE7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.4%

 BLUE value IS 231 (90.63% from 255) = 46.2%

R = 38.4%
G = 15.4%
B = 46.2%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C04DE7 (or 0xC04DE7) is known color: Medium Orchid. HEX triplet: C0, 4D and E7. RGB value is (192,77,231). Sum of RGB (Red+Green+Blue) = 192+77+231=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #C04DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DE7 is #3FB218. Grayscale: #808080. Windows color (decimal): -4174361 or 15158720. OLE color: 15158720.

HSL color Cylindrical-coordinate representation of color #C04DE7: hue angle of 284.81º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04DE7 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 77 231 -
CMYK 0.17 0.67 0 0.09
HSL 284.81º 0.76% 0.6% -
HSV(B) 284.81º 0.67% 0.91% -
XYZ 38.82 22.28 77.86 -
YUV 128.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 192 77 231 0.17 0.67 0 0.09 284.81 0.76 0.6
Hex C0 4D E7 11 43 0 9 11D 4C 3C
Octal 300 115 347 21 103 0 11 435 114 74
Binary 11000000 1001101 11100111 10001 1000011 0 1001 100011101 1001100 111100

Color Harmonies of #C04DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DE7

Black with #C04DE7

Text Example


Text Example

White with #C04DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DE7; }

 p { color: rgb(192,77,231); }

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

background-color css

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

 a { background-color: rgb(192,77,231); }

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

border-color css

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

 span { border-color: rgb(192,77,231); }

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