Html Css Color HEX #C043FD Medium Orchid

📋 copy color: '#C043FD'

red 192 ◦ green 67 ◦ blue 253

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

Shades of Medium Orchid #C043FD

Tints of Medium Orchid #C043FD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.09%

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

R = 37.5%
G = 13.09%
B = 49.41%

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

#C043FD (or 0xC043FD) is known color: Medium Orchid. HEX triplet: C0, 43 and FD. RGB value is (192,67,253). Sum of RGB (Red+Green+Blue) = 192+67+253=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C043FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043FD is #3FBC02. Grayscale: #7C7C7C. Windows color (decimal): -4176899 or 16597952. OLE color: 16597952.

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

Color convert

RGB 192 67 253 -
CMYK 0.24 0.74 0 0.01
HSL 280.32º 0.98% 0.63% -
HSV(B) 280.32º 0.74% 0.99% -
XYZ 41.48 22.31 95.05 -
YUV 125.58 199.91 175.38 -
System Red Green Blue C M Y K H S L
Decimal 192 67 253 0.24 0.74 0 0.01 280.32 0.98 0.63
Hex C0 43 FD 18 4A 0 1 118 62 3F
Octal 300 103 375 30 112 0 1 430 142 77
Binary 11000000 1000011 11111101 11000 1001010 0 1 100011000 1100010 111111

Color Harmonies of #C043FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043FD

Black with #C043FD

Text Example


Text Example

White with #C043FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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