Html Css Color HEX #C94CE9 Medium Orchid

📋 copy color: '#C94CE9'

red 201 ◦ green 76 ◦ blue 233

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

Shades of Medium Orchid #C94CE9

Tints of Medium Orchid #C94CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 39.41%
G = 14.9%
B = 45.69%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C94CE9 (or 0xC94CE9) is known color: Medium Orchid. HEX triplet: C9, 4C and E9. RGB value is (201,76,233). Sum of RGB (Red+Green+Blue) = 201+76+233=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #C94CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CE9 is #36B316. Grayscale: #828282. Windows color (decimal): -3584791 or 15289545. OLE color: 15289545.

HSL color Cylindrical-coordinate representation of color #C94CE9: hue angle of 287.77º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94CE9 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 76 233 -
CMYK 0.14 0.67 0 0.09
HSL 287.77º 0.78% 0.61% -
HSV(B) 287.77º 0.67% 0.91% -
XYZ 41.38 23.47 79.44 -
YUV 131.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 201 76 233 0.14 0.67 0 0.09 287.77 0.78 0.61
Hex C9 4C E9 E 43 0 9 120 4E 3D
Octal 311 114 351 16 103 0 11 440 116 75
Binary 11001001 1001100 11101001 1110 1000011 0 1001 100100000 1001110 111101

Color Harmonies of #C94CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CE9

Black with #C94CE9

Text Example


Text Example

White with #C94CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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