Html Css Color HEX #C03DCF Medium Orchid

📋 copy color: '#C03DCF'

red 192 ◦ green 61 ◦ blue 207

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

Shades of Medium Orchid #C03DCF

Tints of Medium Orchid #C03DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 41.74%
G = 13.26%
B = 45%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C03DCF (or 0xC03DCF) is known color: Medium Orchid. HEX triplet: C0, 3D and CF. RGB value is (192,61,207). Sum of RGB (Red+Green+Blue) = 192+61+207=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #C03DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DCF is #3FC230. Grayscale: #747474. Windows color (decimal): -4178481 or 13581760. OLE color: 13581760.

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

Color convert

RGB 192 61 207 -
CMYK 0.07 0.71 0 0.19
HSL 293.84º 0.6% 0.53% -
HSV(B) 293.84º 0.71% 0.81% -
XYZ 34.67 19.05 60.88 -
YUV 116.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 192 61 207 0.07 0.71 0 0.19 293.84 0.6 0.53
Hex C0 3D CF 7 47 0 13 126 3C 35
Octal 300 75 317 7 107 0 23 446 74 65
Binary 11000000 111101 11001111 111 1000111 0 10011 100100110 111100 110101

Color Harmonies of #C03DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DCF

Black with #C03DCF

Text Example


Text Example

White with #C03DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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