Html Css Color HEX #C03CFD Medium Orchid

📋 copy color: '#C03CFD'

red 192 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #C03CFD

Tints of Medium Orchid #C03CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.88%

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

R = 38.02%
G = 11.88%
B = 50.1%

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

#C03CFD (or 0xC03CFD) is known color: Medium Orchid. HEX triplet: C0, 3C and FD. RGB value is (192,60,253). Sum of RGB (Red+Green+Blue) = 192+60+253=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #C03CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CFD is #3FC302. Grayscale: #787878. Windows color (decimal): -4178691 or 16596160. OLE color: 16596160.

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

Color convert

RGB 192 60 253 -
CMYK 0.24 0.76 0 0.01
HSL 281.04º 0.98% 0.61% -
HSV(B) 281.04º 0.76% 0.99% -
XYZ 41.08 21.53 94.92 -
YUV 121.47 202.23 178.31 -
System Red Green Blue C M Y K H S L
Decimal 192 60 253 0.24 0.76 0 0.01 281.04 0.98 0.61
Hex C0 3C FD 18 4C 0 1 119 62 3D
Octal 300 74 375 30 114 0 1 431 142 75
Binary 11000000 111100 11111101 11000 1001100 0 1 100011001 1100010 111101

Color Harmonies of #C03CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CFD

Black with #C03CFD

Text Example


Text Example

White with #C03CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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