Html Css Color HEX #C93CFC Medium Orchid

📋 copy color: '#C93CFC'

red 201 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #C93CFC

Tints of Medium Orchid #C93CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 39.18%
G = 11.7%
B = 49.12%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C93CFC (or 0xC93CFC) is known color: Medium Orchid. HEX triplet: C9, 3C and FC. RGB value is (201,60,252). Sum of RGB (Red+Green+Blue) = 201+60+252=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #C93CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CFC is #36C303. Grayscale: #7B7B7B. Windows color (decimal): -3588868 or 16530633. OLE color: 16530633.

HSL color Cylindrical-coordinate representation of color #C93CFC: hue angle of 284.06º degrees, saturation: 0.97, 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 #C93CFC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 60 252 -
CMYK 0.20 0.76 0 0.01
HSL 284.06º 0.97% 0.61% -
HSV(B) 284.06º 0.76% 0.99% -
XYZ 43.27 22.68 94.19 -
YUV 124.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 201 60 252 0.20 0.76 0 0.01 284.06 0.97 0.61
Hex C9 3C FC 14 4C 0 1 11C 61 3D
Octal 311 74 374 24 114 0 1 434 141 75
Binary 11001001 111100 11111100 10100 1001100 0 1 100011100 1100001 111101

Color Harmonies of #C93CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CFC

Black with #C93CFC

Text Example


Text Example

White with #C93CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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