Html Css Color HEX #C94CE3 Medium Orchid

📋 copy color: '#C94CE3'

red 201 ◦ green 76 ◦ blue 227

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

Shades of Medium Orchid #C94CE3

Tints of Medium Orchid #C94CE3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

 BLUE value IS 227 (89.06% from 255) = 45.04%

R = 39.88%
G = 15.08%
B = 45.04%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C94CE3 (or 0xC94CE3) is known color: Medium Orchid. HEX triplet: C9, 4C and E3. RGB value is (201,76,227). Sum of RGB (Red+Green+Blue) = 201+76+227=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #C94CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CE3 is #36B31C. Grayscale: #828282. Windows color (decimal): -3584797 or 14896329. OLE color: 14896329.

HSL color Cylindrical-coordinate representation of color #C94CE3: hue angle of 289.67º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94CE3 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 76 227 -
CMYK 0.11 0.67 0 0.11
HSL 289.67º 0.73% 0.59% -
HSV(B) 289.67º 0.67% 0.89% -
XYZ 40.54 23.13 75 -
YUV 130.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 201 76 227 0.11 0.67 0 0.11 289.67 0.73 0.59
Hex C9 4C E3 B 43 0 B 122 49 3B
Octal 311 114 343 13 103 0 13 442 111 73
Binary 11001001 1001100 11100011 1011 1000011 0 1011 100100010 1001001 111011

Color Harmonies of #C94CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CE3

Black with #C94CE3

Text Example


Text Example

White with #C94CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CE3; }

 p { color: rgb(201,76,227); }

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

background-color css

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

 a { background-color: rgb(201,76,227); }

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

border-color css

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

 span { border-color: rgb(201,76,227); }

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