Html Css Color HEX #C93CFD Medium Orchid

📋 copy color: '#C93CFD'

red 201 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #C93CFD

Tints of Medium Orchid #C93CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.67%

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

R = 39.11%
G = 11.67%
B = 49.22%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C93CFD (or 0xC93CFD) is known color: Medium Orchid. HEX triplet: C9, 3C and FD. RGB value is (201,60,253). Sum of RGB (Red+Green+Blue) = 201+60+253=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #C93CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CFD is #36C302. Grayscale: #7B7B7B. Windows color (decimal): -3588867 or 16596169. OLE color: 16596169.

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

Color convert

RGB 201 60 253 -
CMYK 0.21 0.76 0 0.01
HSL 283.83º 0.98% 0.61% -
HSV(B) 283.83º 0.76% 0.99% -
XYZ 43.43 22.74 95.03 -
YUV 124.16 200.71 182.81 -
System Red Green Blue C M Y K H S L
Decimal 201 60 253 0.21 0.76 0 0.01 283.83 0.98 0.61
Hex C9 3C FD 15 4C 0 1 11C 62 3D
Octal 311 74 375 25 114 0 1 434 142 75
Binary 11001001 111100 11111101 10101 1001100 0 1 100011100 1100010 111101

Color Harmonies of #C93CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CFD

Black with #C93CFD

Text Example


Text Example

White with #C93CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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