Html Css Color HEX #C938FD Medium Orchid

📋 copy color: '#C938FD'

red 201 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #C938FD

Tints of Medium Orchid #C938FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 39.41%
G = 10.98%
B = 49.61%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C938FD (or 0xC938FD) is known color: Medium Orchid. HEX triplet: C9, 38 and FD. RGB value is (201,56,253). Sum of RGB (Red+Green+Blue) = 201+56+253=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #C938FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C938FD is #36C702. Grayscale: #797979. Windows color (decimal): -3589891 or 16595145. OLE color: 16595145.

HSL color Cylindrical-coordinate representation of color #C938FD: hue angle of 284.16º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C938FD is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 56 253 -
CMYK 0.21 0.78 0 0.01
HSL 284.16º 0.98% 0.61% -
HSV(B) 284.16º 0.78% 0.99% -
XYZ 43.23 22.34 94.96 -
YUV 121.81 202.04 184.48 -
System Red Green Blue C M Y K H S L
Decimal 201 56 253 0.21 0.78 0 0.01 284.16 0.98 0.61
Hex C9 38 FD 15 4E 0 1 11C 62 3D
Octal 311 70 375 25 116 0 1 434 142 75
Binary 11001001 111000 11111101 10101 1001110 0 1 100011100 1100010 111101

Color Harmonies of #C938FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C938FD

Black with #C938FD

Text Example


Text Example

White with #C938FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C938FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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