Html Css Color HEX #C034CE Medium Orchid

📋 copy color: '#C034CE'

red 192 ◦ green 52 ◦ blue 206

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

Shades of Medium Orchid #C034CE

Tints of Medium Orchid #C034CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.56%

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

R = 42.67%
G = 11.56%
B = 45.78%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C034CE (or 0xC034CE) is known color: Medium Orchid. HEX triplet: C0, 34 and CE. RGB value is (192,52,206). Sum of RGB (Red+Green+Blue) = 192+52+206=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #C034CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034CE is #3FCB31. Grayscale: #6E6E6E. Windows color (decimal): -4180786 or 13513920. OLE color: 13513920.

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

Color convert

RGB 192 52 206 -
CMYK 0.07 0.75 0 0.19
HSL 294.55º 0.61% 0.51% -
HSV(B) 294.55º 0.75% 0.81% -
XYZ 34.11 18.12 60.09 -
YUV 111.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 192 52 206 0.07 0.75 0 0.19 294.55 0.61 0.51
Hex C0 34 CE 7 4B 0 13 127 3D 33
Octal 300 64 316 7 113 0 23 447 75 63
Binary 11000000 110100 11001110 111 1001011 0 10011 100100111 111101 110011

Color Harmonies of #C034CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034CE

Black with #C034CE

Text Example


Text Example

White with #C034CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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