Html Css Color HEX #C03AFD Medium Orchid

📋 copy color: '#C03AFD'

red 192 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #C03AFD

Tints of Medium Orchid #C03AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.53%

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

R = 38.17%
G = 11.53%
B = 50.3%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C03AFD (or 0xC03AFD) is known color: Medium Orchid. HEX triplet: C0, 3A and FD. RGB value is (192,58,253). Sum of RGB (Red+Green+Blue) = 192+58+253=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #C03AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AFD is #3FC502. Grayscale: #777777. Windows color (decimal): -4179203 or 16595648. OLE color: 16595648.

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

Color convert

RGB 192 58 253 -
CMYK 0.24 0.77 0 0.01
HSL 281.23º 0.98% 0.61% -
HSV(B) 281.23º 0.77% 0.99% -
XYZ 40.98 21.32 94.88 -
YUV 120.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 192 58 253 0.24 0.77 0 0.01 281.23 0.98 0.61
Hex C0 3A FD 18 4D 0 1 119 62 3D
Octal 300 72 375 30 115 0 1 431 142 75
Binary 11000000 111010 11111101 11000 1001101 0 1 100011001 1100010 111101

Color Harmonies of #C03AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AFD

Black with #C03AFD

Text Example


Text Example

White with #C03AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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