Html Css Color HEX #C038CE Medium Orchid

📋 copy color: '#C038CE'

red 192 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #C038CE

Tints of Medium Orchid #C038CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

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

R = 42.29%
G = 12.33%
B = 45.37%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C038CE (or 0xC038CE) is known color: Medium Orchid. HEX triplet: C0, 38 and CE. RGB value is (192,56,206). Sum of RGB (Red+Green+Blue) = 192+56+206=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #C038CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038CE is #3FC731. Grayscale: #717171. Windows color (decimal): -4179762 or 13514944. OLE color: 13514944.

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

Color convert

RGB 192 56 206 -
CMYK 0.07 0.73 0 0.19
HSL 294.4º 0.6% 0.51% -
HSV(B) 294.4º 0.73% 0.81% -
XYZ 34.29 18.49 60.15 -
YUV 113.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 192 56 206 0.07 0.73 0 0.19 294.4 0.6 0.51
Hex C0 38 CE 7 49 0 13 126 3C 33
Octal 300 70 316 7 111 0 23 446 74 63
Binary 11000000 111000 11001110 111 1001001 0 10011 100100110 111100 110011

Color Harmonies of #C038CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038CE

Black with #C038CE

Text Example


Text Example

White with #C038CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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