Html Css Color HEX #C03BCF Medium Orchid

📋 copy color: '#C03BCF'

red 192 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #C03BCF

Tints of Medium Orchid #C03BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.88%

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

R = 41.92%
G = 12.88%
B = 45.2%

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

#C03BCF (or 0xC03BCF) is known color: Medium Orchid. HEX triplet: C0, 3B and CF. RGB value is (192,59,207). Sum of RGB (Red+Green+Blue) = 192+59+207=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #C03BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BCF is #3FC430. Grayscale: #737373. Windows color (decimal): -4178993 or 13581248. OLE color: 13581248.

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

Color convert

RGB 192 59 207 -
CMYK 0.07 0.71 0 0.19
HSL 293.92º 0.61% 0.52% -
HSV(B) 293.92º 0.71% 0.81% -
XYZ 34.56 18.84 60.85 -
YUV 115.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 192 59 207 0.07 0.71 0 0.19 293.92 0.61 0.52
Hex C0 3B CF 7 47 0 13 126 3D 34
Octal 300 73 317 7 107 0 23 446 75 64
Binary 11000000 111011 11001111 111 1000111 0 10011 100100110 111101 110100

Color Harmonies of #C03BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BCF

Black with #C03BCF

Text Example


Text Example

White with #C03BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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