Html Css Color HEX #C036CE Medium Orchid

📋 copy color: '#C036CE'

red 192 ◦ green 54 ◦ blue 206

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

Shades of Medium Orchid #C036CE

Tints of Medium Orchid #C036CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.95%

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

R = 42.48%
G = 11.95%
B = 45.58%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C036CE (or 0xC036CE) is known color: Medium Orchid. HEX triplet: C0, 36 and CE. RGB value is (192,54,206). Sum of RGB (Red+Green+Blue) = 192+54+206=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #C036CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036CE is #3FC931. Grayscale: #707070. Windows color (decimal): -4180274 or 13514432. OLE color: 13514432.

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

Color convert

RGB 192 54 206 -
CMYK 0.07 0.74 0 0.19
HSL 294.47º 0.61% 0.51% -
HSV(B) 294.47º 0.74% 0.81% -
XYZ 34.2 18.3 60.12 -
YUV 112.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 192 54 206 0.07 0.74 0 0.19 294.47 0.61 0.51
Hex C0 36 CE 7 4A 0 13 126 3D 33
Octal 300 66 316 7 112 0 23 446 75 63
Binary 11000000 110110 11001110 111 1001010 0 10011 100100110 111101 110011

Color Harmonies of #C036CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036CE

Black with #C036CE

Text Example


Text Example

White with #C036CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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