Html Css Color HEX #C94BEA Medium Orchid

📋 copy color: '#C94BEA'

red 201 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #C94BEA

Tints of Medium Orchid #C94BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.71%

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 39.41%
G = 14.71%
B = 45.88%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C94BEA (or 0xC94BEA) is known color: Medium Orchid. HEX triplet: C9, 4B and EA. RGB value is (201,75,234). Sum of RGB (Red+Green+Blue) = 201+75+234=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #C94BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BEA is #36B415. Grayscale: #828282. Windows color (decimal): -3585046 or 15354825. OLE color: 15354825.

HSL color Cylindrical-coordinate representation of color #C94BEA: hue angle of 287.55º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94BEA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 75 234 -
CMYK 0.14 0.68 0 0.08
HSL 287.55º 0.79% 0.61% -
HSV(B) 287.55º 0.68% 0.92% -
XYZ 41.45 23.39 80.17 -
YUV 130.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 201 75 234 0.14 0.68 0 0.08 287.55 0.79 0.61
Hex C9 4B EA E 44 0 8 120 4F 3D
Octal 311 113 352 16 104 0 10 440 117 75
Binary 11001001 1001011 11101010 1110 1000100 0 1000 100100000 1001111 111101

Color Harmonies of #C94BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BEA

Black with #C94BEA

Text Example


Text Example

White with #C94BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BEA; }

 p { color: rgb(201,75,234); }

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

background-color css

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

 a { background-color: rgb(201,75,234); }

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

border-color css

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

 span { border-color: rgb(201,75,234); }

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