Html Css Color HEX #C93CE5 Medium Orchid

📋 copy color: '#C93CE5'

red 201 ◦ green 60 ◦ blue 229

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

Shades of Medium Orchid #C93CE5

Tints of Medium Orchid #C93CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 41.02%
G = 12.24%
B = 46.73%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C93CE5 (or 0xC93CE5) is known color: Medium Orchid. HEX triplet: C9, 3C and E5. RGB value is (201,60,229). Sum of RGB (Red+Green+Blue) = 201+60+229=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #C93CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CE5 is #36C31A. Grayscale: #787878. Windows color (decimal): -3588891 or 15023305. OLE color: 15023305.

HSL color Cylindrical-coordinate representation of color #C93CE5: hue angle of 290.06º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93CE5 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 60 229 -
CMYK 0.12 0.74 0 0.10
HSL 290.06º 0.76% 0.57% -
HSV(B) 290.06º 0.74% 0.9% -
XYZ 39.85 21.31 76.14 -
YUV 121.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 201 60 229 0.12 0.74 0 0.10 290.06 0.76 0.57
Hex C9 3C E5 C 4A 0 A 122 4C 39
Octal 311 74 345 14 112 0 12 442 114 71
Binary 11001001 111100 11100101 1100 1001010 0 1010 100100010 1001100 111001

Color Harmonies of #C93CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CE5

Black with #C93CE5

Text Example


Text Example

White with #C93CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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