Html Css Color HEX #C042FD Medium Orchid

📋 copy color: '#C042FD'

red 192 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #C042FD

Tints of Medium Orchid #C042FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.92%

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

R = 37.57%
G = 12.92%
B = 49.51%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C042FD (or 0xC042FD) is known color: Medium Orchid. HEX triplet: C0, 42 and FD. RGB value is (192,66,253). Sum of RGB (Red+Green+Blue) = 192+66+253=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #C042FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042FD is #3FBD02. Grayscale: #7C7C7C. Windows color (decimal): -4177155 or 16597696. OLE color: 16597696.

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

Color convert

RGB 192 66 253 -
CMYK 0.24 0.74 0 0.01
HSL 280.43º 0.98% 0.63% -
HSV(B) 280.43º 0.74% 0.99% -
XYZ 41.42 22.19 95.03 -
YUV 124.99 200.24 175.79 -
System Red Green Blue C M Y K H S L
Decimal 192 66 253 0.24 0.74 0 0.01 280.43 0.98 0.63
Hex C0 42 FD 18 4A 0 1 118 62 3F
Octal 300 102 375 30 112 0 1 430 142 77
Binary 11000000 1000010 11111101 11000 1001010 0 1 100011000 1100010 111111

Color Harmonies of #C042FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042FD

Black with #C042FD

Text Example


Text Example

White with #C042FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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