Html Css Color HEX #C038DE Medium Orchid

📋 copy color: '#C038DE'

red 192 ◦ green 56 ◦ blue 222

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

Shades of Medium Orchid #C038DE

Tints of Medium Orchid #C038DE

RGB

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

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

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

R = 40.85%
G = 11.91%
B = 47.23%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C038DE (or 0xC038DE) is known color: Medium Orchid. HEX triplet: C0, 38 and DE. RGB value is (192,56,222). Sum of RGB (Red+Green+Blue) = 192+56+222=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #C038DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038DE is #3FC721. Grayscale: #737373. Windows color (decimal): -4179746 or 14563520. OLE color: 14563520.

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

Color convert

RGB 192 56 222 -
CMYK 0.14 0.75 0 0.13
HSL 289.16º 0.72% 0.55% -
HSV(B) 289.16º 0.75% 0.87% -
XYZ 36.34 19.31 70.92 -
YUV 115.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 192 56 222 0.14 0.75 0 0.13 289.16 0.72 0.55
Hex C0 38 DE E 4B 0 D 121 48 37
Octal 300 70 336 16 113 0 15 441 110 67
Binary 11000000 111000 11011110 1110 1001011 0 1101 100100001 1001000 110111

Color Harmonies of #C038DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038DE

Black with #C038DE

Text Example


Text Example

White with #C038DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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