Html Css Color HEX #C030CF Medium Orchid

📋 copy color: '#C030CF'

red 192 ◦ green 48 ◦ blue 207

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

Shades of Medium Orchid #C030CF

Tints of Medium Orchid #C030CF

RGB

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

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

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

R = 42.95%
G = 10.74%
B = 46.31%

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

#C030CF (or 0xC030CF) is known color: Medium Orchid. HEX triplet: C0, 30 and CF. RGB value is (192,48,207). Sum of RGB (Red+Green+Blue) = 192+48+207=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #C030CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030CF is #3FCF30. Grayscale: #6C6C6C. Windows color (decimal): -4181809 or 13578432. OLE color: 13578432.

HSL color Cylindrical-coordinate representation of color #C030CF: hue angle of 294.34º 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 #C030CF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 48 207 -
CMYK 0.07 0.77 0 0.19
HSL 294.34º 0.62% 0.5% -
HSV(B) 294.34º 0.77% 0.81% -
XYZ 34.06 17.83 60.68 -
YUV 109.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 192 48 207 0.07 0.77 0 0.19 294.34 0.62 0.5
Hex C0 30 CF 7 4D 0 13 126 3E 32
Octal 300 60 317 7 115 0 23 446 76 62
Binary 11000000 110000 11001111 111 1001101 0 10011 100100110 111110 110010

Color Harmonies of #C030CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030CF

Black with #C030CF

Text Example


Text Example

White with #C030CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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