Html Css Color HEX #C04EFD Medium Orchid

📋 copy color: '#C04EFD'

red 192 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #C04EFD

Tints of Medium Orchid #C04EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 36.71%
G = 14.91%
B = 48.37%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C04EFD (or 0xC04EFD) is known color: Medium Orchid. HEX triplet: C0, 4E and FD. RGB value is (192,78,253). Sum of RGB (Red+Green+Blue) = 192+78+253=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #C04EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EFD is #3FB102. Grayscale: #838383. Windows color (decimal): -4174083 or 16600768. OLE color: 16600768.

HSL color Cylindrical-coordinate representation of color #C04EFD: hue angle of 279.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04EFD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 78 253 -
CMYK 0.24 0.69 0 0.01
HSL 279.09º 0.98% 0.65% -
HSV(B) 279.09º 0.69% 0.99% -
XYZ 42.19 23.75 95.29 -
YUV 132.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 192 78 253 0.24 0.69 0 0.01 279.09 0.98 0.65
Hex C0 4E FD 18 45 0 1 117 62 41
Octal 300 116 375 30 105 0 1 427 142 101
Binary 11000000 1001110 11111101 11000 1000101 0 1 100010111 1100010 1000001

Color Harmonies of #C04EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EFD

Black with #C04EFD

Text Example


Text Example

White with #C04EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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