Html Css Color HEX #C93AFD Medium Orchid

📋 copy color: '#C93AFD'

red 201 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #C93AFD

Tints of Medium Orchid #C93AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.33%

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

R = 39.26%
G = 11.33%
B = 49.41%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C93AFD (or 0xC93AFD) is known color: Medium Orchid. HEX triplet: C9, 3A and FD. RGB value is (201,58,253). Sum of RGB (Red+Green+Blue) = 201+58+253=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C93AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AFD is #36C502. Grayscale: #7A7A7A. Windows color (decimal): -3589379 or 16595657. OLE color: 16595657.

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

Color convert

RGB 201 58 253 -
CMYK 0.21 0.77 0 0.01
HSL 284º 0.98% 0.61% -
HSV(B) 284º 0.77% 0.99% -
XYZ 43.33 22.54 94.99 -
YUV 122.99 201.38 183.64 -
System Red Green Blue C M Y K H S L
Decimal 201 58 253 0.21 0.77 0 0.01 284 0.98 0.61
Hex C9 3A FD 15 4D 0 1 11C 62 3D
Octal 311 72 375 25 115 0 1 434 142 75
Binary 11001001 111010 11111101 10101 1001101 0 1 100011100 1100010 111101

Color Harmonies of #C93AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AFD

Black with #C93AFD

Text Example


Text Example

White with #C93AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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