Html Css Color HEX #C03DFD Medium Orchid

📋 copy color: '#C03DFD'

red 192 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #C03DFD

Tints of Medium Orchid #C03DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.06%

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

R = 37.94%
G = 12.06%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C03DFD (or 0xC03DFD) is known color: Medium Orchid. HEX triplet: C0, 3D and FD. RGB value is (192,61,253). Sum of RGB (Red+Green+Blue) = 192+61+253=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #C03DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DFD is #3FC202. Grayscale: #797979. Windows color (decimal): -4178435 or 16596416. OLE color: 16596416.

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

Color convert

RGB 192 61 253 -
CMYK 0.24 0.76 0 0.01
HSL 280.94º 0.98% 0.62% -
HSV(B) 280.94º 0.76% 0.99% -
XYZ 41.14 21.64 94.94 -
YUV 122.06 201.9 177.89 -
System Red Green Blue C M Y K H S L
Decimal 192 61 253 0.24 0.76 0 0.01 280.94 0.98 0.62
Hex C0 3D FD 18 4C 0 1 119 62 3E
Octal 300 75 375 30 114 0 1 431 142 76
Binary 11000000 111101 11111101 11000 1001100 0 1 100011001 1100010 111110

Color Harmonies of #C03DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DFD

Black with #C03DFD

Text Example


Text Example

White with #C03DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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