Html Css Color HEX #C93FF3 Medium Orchid

📋 copy color: '#C93FF3'

red 201 ◦ green 63 ◦ blue 243

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

Shades of Medium Orchid #C93FF3

Tints of Medium Orchid #C93FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.93%

R = 39.64%
G = 12.43%
B = 47.93%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C93FF3 (or 0xC93FF3) is known color: Medium Orchid. HEX triplet: C9, 3F and F3. RGB value is (201,63,243). Sum of RGB (Red+Green+Blue) = 201+63+243=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #C93FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FF3 is #36C00C. Grayscale: #7C7C7C. Windows color (decimal): -3588109 or 15941577. OLE color: 15941577.

HSL color Cylindrical-coordinate representation of color #C93FF3: hue angle of 286º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93FF3 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 63 243 -
CMYK 0.17 0.74 0 0.05
HSL 286º 0.88% 0.6% -
HSV(B) 286º 0.74% 0.95% -
XYZ 42.04 22.44 86.91 -
YUV 124.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 201 63 243 0.17 0.74 0 0.05 286 0.88 0.6
Hex C9 3F F3 11 4A 0 5 11E 58 3C
Octal 311 77 363 21 112 0 5 436 130 74
Binary 11001001 111111 11110011 10001 1001010 0 101 100011110 1011000 111100

Color Harmonies of #C93FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FF3

Black with #C93FF3

Text Example


Text Example

White with #C93FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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