Html Css Color HEX #C938D7 Medium Orchid

📋 copy color: '#C938D7'

red 201 ◦ green 56 ◦ blue 215

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

Shades of Medium Orchid #C938D7

Tints of Medium Orchid #C938D7

RGB

 RED value IS 201 (78.91% from 255) = 42.58%

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

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 42.58%
G = 11.86%
B = 45.55%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C938D7 (or 0xC938D7) is known color: Medium Orchid. HEX triplet: C9, 38 and D7. RGB value is (201,56,215). Sum of RGB (Red+Green+Blue) = 201+56+215=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #C938D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938D7 is #36C728. Grayscale: #747474. Windows color (decimal): -3589929 or 14104777. OLE color: 14104777.

HSL color Cylindrical-coordinate representation of color #C938D7: hue angle of 294.72º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C938D7 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 56 215 -
CMYK 0.07 0.74 0 0.16
HSL 294.72º 0.67% 0.53% -
HSV(B) 294.72º 0.74% 0.84% -
XYZ 37.77 20.15 66.19 -
YUV 117.48 183.04 187.57 -
System Red Green Blue C M Y K H S L
Decimal 201 56 215 0.07 0.74 0 0.16 294.72 0.67 0.53
Hex C9 38 D7 7 4A 0 10 127 43 35
Octal 311 70 327 7 112 0 20 447 103 65
Binary 11001001 111000 11010111 111 1001010 0 10000 100100111 1000011 110101

Color Harmonies of #C938D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C938D7

Black with #C938D7

Text Example


Text Example

White with #C938D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C938D7; }

 p { color: rgb(201,56,215); }

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

background-color css

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

 a { background-color: rgb(201,56,215); }

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

border-color css

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

 span { border-color: rgb(201,56,215); }

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