Html Css Color HEX #C03FCE Medium Orchid

📋 copy color: '#C03FCE'

red 192 ◦ green 63 ◦ blue 206

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

Shades of Medium Orchid #C03FCE

Tints of Medium Orchid #C03FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 41.65%
G = 13.67%
B = 44.69%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C03FCE (or 0xC03FCE) is known color: Medium Orchid. HEX triplet: C0, 3F and CE. RGB value is (192,63,206). Sum of RGB (Red+Green+Blue) = 192+63+206=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #C03FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FCE is #3FC031. Grayscale: #757575. Windows color (decimal): -4177970 or 13516736. OLE color: 13516736.

HSL color Cylindrical-coordinate representation of color #C03FCE: hue angle of 294.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03FCE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 63 206 -
CMYK 0.07 0.69 0 0.19
HSL 294.13º 0.59% 0.53% -
HSV(B) 294.13º 0.69% 0.81% -
XYZ 34.66 19.22 60.28 -
YUV 117.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 192 63 206 0.07 0.69 0 0.19 294.13 0.59 0.53
Hex C0 3F CE 7 45 0 13 126 3B 35
Octal 300 77 316 7 105 0 23 446 73 65
Binary 11000000 111111 11001110 111 1000101 0 10011 100100110 111011 110101

Color Harmonies of #C03FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FCE

Black with #C03FCE

Text Example


Text Example

White with #C03FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FCE; }

 p { color: rgb(192,63,206); }

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

background-color css

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

 a { background-color: rgb(192,63,206); }

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

border-color css

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

 span { border-color: rgb(192,63,206); }

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