Html Css Color HEX #C030CE Medium Orchid

📋 copy color: '#C030CE'

red 192 ◦ green 48 ◦ blue 206

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

Shades of Medium Orchid #C030CE

Tints of Medium Orchid #C030CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.76%

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

R = 43.05%
G = 10.76%
B = 46.19%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C030CE (or 0xC030CE) is known color: Medium Orchid. HEX triplet: C0, 30 and CE. RGB value is (192,48,206). Sum of RGB (Red+Green+Blue) = 192+48+206=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #C030CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030CE is #3FCF31. Grayscale: #6C6C6C. Windows color (decimal): -4181810 or 13512896. OLE color: 13512896.

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

Color convert

RGB 192 48 206 -
CMYK 0.07 0.77 0 0.19
HSL 294.68º 0.62% 0.5% -
HSV(B) 294.68º 0.77% 0.81% -
XYZ 33.94 17.78 60.04 -
YUV 109.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 192 48 206 0.07 0.77 0 0.19 294.68 0.62 0.5
Hex C0 30 CE 7 4D 0 13 127 3E 32
Octal 300 60 316 7 115 0 23 447 76 62
Binary 11000000 110000 11001110 111 1001101 0 10011 100100111 111110 110010

Color Harmonies of #C030CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030CE

Black with #C030CE

Text Example


Text Example

White with #C030CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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