Html Css Color HEX #C04FFD Medium Orchid

📋 copy color: '#C04FFD'

red 192 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #C04FFD

Tints of Medium Orchid #C04FFD

RGB

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

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

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

R = 36.64%
G = 15.08%
B = 48.28%

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

#C04FFD (or 0xC04FFD) is known color: Medium Orchid. HEX triplet: C0, 4F and FD. RGB value is (192,79,253). Sum of RGB (Red+Green+Blue) = 192+79+253=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C04FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FFD is #3FB002. Grayscale: #848484. Windows color (decimal): -4173827 or 16601024. OLE color: 16601024.

HSL color Cylindrical-coordinate representation of color #C04FFD: hue angle of 278.97º 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 #C04FFD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 79 253 -
CMYK 0.24 0.69 0 0.01
HSL 278.97º 0.98% 0.65% -
HSV(B) 278.97º 0.69% 0.99% -
XYZ 42.26 23.89 95.31 -
YUV 132.62 195.94 170.35 -
System Red Green Blue C M Y K H S L
Decimal 192 79 253 0.24 0.69 0 0.01 278.97 0.98 0.65
Hex C0 4F FD 18 45 0 1 117 62 41
Octal 300 117 375 30 105 0 1 427 142 101
Binary 11000000 1001111 11111101 11000 1000101 0 1 100010111 1100010 1000001

Color Harmonies of #C04FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FFD

Black with #C04FFD

Text Example


Text Example

White with #C04FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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