Html Css Color HEX #C030DE Medium Orchid

📋 copy color: '#C030DE'

red 192 ◦ green 48 ◦ blue 222

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

Shades of Medium Orchid #C030DE

Tints of Medium Orchid #C030DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 41.56%
G = 10.39%
B = 48.05%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C030DE (or 0xC030DE) is known color: Medium Orchid. HEX triplet: C0, 30 and DE. RGB value is (192,48,222). Sum of RGB (Red+Green+Blue) = 192+48+222=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #C030DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030DE is #3FCF21. Grayscale: #6E6E6E. Windows color (decimal): -4181794 or 14561472. OLE color: 14561472.

HSL color Cylindrical-coordinate representation of color #C030DE: hue angle of 289.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C030DE is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 48 222 -
CMYK 0.14 0.78 0 0.13
HSL 289.66º 0.73% 0.53% -
HSV(B) 289.66º 0.78% 0.87% -
XYZ 35.98 18.59 70.8 -
YUV 110.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 192 48 222 0.14 0.78 0 0.13 289.66 0.73 0.53
Hex C0 30 DE E 4E 0 D 122 48 35
Octal 300 60 336 16 116 0 15 442 110 65
Binary 11000000 110000 11011110 1110 1001110 0 1101 100100010 1001000 110101

Color Harmonies of #C030DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030DE

Black with #C030DE

Text Example


Text Example

White with #C030DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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