Html Css Color HEX #C03CFA Medium Orchid

📋 copy color: '#C03CFA'

red 192 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #C03CFA

Tints of Medium Orchid #C03CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 38.25%
G = 11.95%
B = 49.8%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C03CFA (or 0xC03CFA) is known color: Medium Orchid. HEX triplet: C0, 3C and FA. RGB value is (192,60,250). Sum of RGB (Red+Green+Blue) = 192+60+250=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C03CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CFA is #3FC305. Grayscale: #787878. Windows color (decimal): -4178694 or 16399552. OLE color: 16399552.

HSL color Cylindrical-coordinate representation of color #C03CFA: hue angle of 281.68º degrees, saturation: 0.95, 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 #C03CFA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 60 250 -
CMYK 0.23 0.76 0 0.02
HSL 281.68º 0.95% 0.61% -
HSV(B) 281.68º 0.76% 0.98% -
XYZ 40.61 21.34 92.42 -
YUV 121.13 200.73 178.55 -
System Red Green Blue C M Y K H S L
Decimal 192 60 250 0.23 0.76 0 0.02 281.68 0.95 0.61
Hex C0 3C FA 17 4C 0 2 11A 5F 3D
Octal 300 74 372 27 114 0 2 432 137 75
Binary 11000000 111100 11111010 10111 1001100 0 10 100011010 1011111 111101

Color Harmonies of #C03CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CFA

Black with #C03CFA

Text Example


Text Example

White with #C03CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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