Html Css Color HEX #C93FF9 Medium Orchid

📋 copy color: '#C93FF9'

red 201 ◦ green 63 ◦ blue 249

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

Shades of Medium Orchid #C93FF9

Tints of Medium Orchid #C93FF9

RGB

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

 GREEN value IS 63 (25% from 255) = 12.28%

 BLUE value IS 249 (97.66% from 255) = 48.54%

R = 39.18%
G = 12.28%
B = 48.54%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C93FF9 (or 0xC93FF9) is known color: Medium Orchid. HEX triplet: C9, 3F and F9. RGB value is (201,63,249). Sum of RGB (Red+Green+Blue) = 201+63+249=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #C93FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FF9 is #36C006. Grayscale: #7C7C7C. Windows color (decimal): -3588103 or 16334793. OLE color: 16334793.

HSL color Cylindrical-coordinate representation of color #C93FF9: hue angle of 284.52º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93FF9 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 63 249 -
CMYK 0.19 0.75 0 0.02
HSL 284.52º 0.94% 0.61% -
HSV(B) 284.52º 0.75% 0.98% -
XYZ 42.96 22.81 91.76 -
YUV 125.47 197.72 181.88 -
System Red Green Blue C M Y K H S L
Decimal 201 63 249 0.19 0.75 0 0.02 284.52 0.94 0.61
Hex C9 3F F9 13 4B 0 2 11D 5E 3D
Octal 311 77 371 23 113 0 2 435 136 75
Binary 11001001 111111 11111001 10011 1001011 0 10 100011101 1011110 111101

Color Harmonies of #C93FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FF9

Black with #C93FF9

Text Example


Text Example

White with #C93FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FF9; }

 p { color: rgb(201,63,249); }

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

background-color css

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

 a { background-color: rgb(201,63,249); }

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

border-color css

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

 span { border-color: rgb(201,63,249); }

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