Html Css Color HEX #C03DFB Medium Orchid

📋 copy color: '#C03DFB'

red 192 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #C03DFB

Tints of Medium Orchid #C03DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 38.1%
G = 12.1%
B = 49.8%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C03DFB (or 0xC03DFB) is known color: Medium Orchid. HEX triplet: C0, 3D and FB. RGB value is (192,61,251). Sum of RGB (Red+Green+Blue) = 192+61+251=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #C03DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DFB is #3FC204. Grayscale: #797979. Windows color (decimal): -4178437 or 16465344. OLE color: 16465344.

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

Color convert

RGB 192 61 251 -
CMYK 0.24 0.76 0 0.02
HSL 281.37º 0.96% 0.61% -
HSV(B) 281.37º 0.76% 0.98% -
XYZ 40.82 21.51 93.27 -
YUV 121.83 200.9 178.05 -
System Red Green Blue C M Y K H S L
Decimal 192 61 251 0.24 0.76 0 0.02 281.37 0.96 0.61
Hex C0 3D FB 18 4C 0 2 119 60 3D
Octal 300 75 373 30 114 0 2 431 140 75
Binary 11000000 111101 11111011 11000 1001100 0 10 100011001 1100000 111101

Color Harmonies of #C03DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DFB

Black with #C03DFB

Text Example


Text Example

White with #C03DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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