Html Css Color HEX #C738DC Medium Orchid

📋 copy color: '#C738DC'

red 199 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #C738DC

Tints of Medium Orchid #C738DC

RGB

 RED value IS 199 (78.13% from 255) = 41.89%

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 41.89%
G = 11.79%
B = 46.32%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C738DC (or 0xC738DC) is known color: Medium Orchid. HEX triplet: C7, 38 and DC. RGB value is (199,56,220). Sum of RGB (Red+Green+Blue) = 199+56+220=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #C738DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738DC is #38C723. Grayscale: #747474. Windows color (decimal): -3720996 or 14432455. OLE color: 14432455.

HSL color Cylindrical-coordinate representation of color #C738DC: hue angle of 292.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C738DC is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 56 220 -
CMYK 0.10 0.75 0 0.14
HSL 292.32º 0.7% 0.54% -
HSV(B) 292.32º 0.75% 0.86% -
XYZ 37.89 20.14 69.6 -
YUV 117.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 199 56 220 0.10 0.75 0 0.14 292.32 0.7 0.54
Hex C7 38 DC A 4B 0 E 124 46 36
Octal 307 70 334 12 113 0 16 444 106 66
Binary 11000111 111000 11011100 1010 1001011 0 1110 100100100 1000110 110110

Color Harmonies of #C738DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C738DC

Black with #C738DC

Text Example


Text Example

White with #C738DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C738DC; }

 p { color: rgb(199,56,220); }

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

background-color css

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

 a { background-color: rgb(199,56,220); }

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

border-color css

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

 span { border-color: rgb(199,56,220); }

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