Html Css Color HEX #C938D5 Medium Orchid

📋 copy color: '#C938D5'

red 201 ◦ green 56 ◦ blue 213

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

Shades of Medium Orchid #C938D5

Tints of Medium Orchid #C938D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 42.77%
G = 11.91%
B = 45.32%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C938D5 (or 0xC938D5) is known color: Medium Orchid. HEX triplet: C9, 38 and D5. RGB value is (201,56,213). Sum of RGB (Red+Green+Blue) = 201+56+213=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #C938D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938D5 is #36C72A. Grayscale: #747474. Windows color (decimal): -3589931 or 13973705. OLE color: 13973705.

HSL color Cylindrical-coordinate representation of color #C938D5: hue angle of 295.41º degrees, saturation: 0.65, 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 #C938D5 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 56 213 -
CMYK 0.06 0.74 0 0.16
HSL 295.41º 0.65% 0.53% -
HSV(B) 295.41º 0.74% 0.84% -
XYZ 37.51 20.05 64.84 -
YUV 117.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 201 56 213 0.06 0.74 0 0.16 295.41 0.65 0.53
Hex C9 38 D5 6 4A 0 10 127 41 35
Octal 311 70 325 6 112 0 20 447 101 65
Binary 11001001 111000 11010101 110 1001010 0 10000 100100111 1000001 110101

Color Harmonies of #C938D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C938D5

Black with #C938D5

Text Example


Text Example

White with #C938D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C938D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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