Html Css Color HEX #C94AEB Medium Orchid

📋 copy color: '#C94AEB'

red 201 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #C94AEB

Tints of Medium Orchid #C94AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.51%

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 39.41%
G = 14.51%
B = 46.08%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C94AEB (or 0xC94AEB) is known color: Medium Orchid. HEX triplet: C9, 4A and EB. RGB value is (201,74,235). Sum of RGB (Red+Green+Blue) = 201+74+235=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #C94AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AEB is #36B514. Grayscale: #818181. Windows color (decimal): -3585301 or 15420105. OLE color: 15420105.

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

Color convert

RGB 201 74 235 -
CMYK 0.14 0.69 0 0.08
HSL 287.33º 0.8% 0.61% -
HSV(B) 287.33º 0.69% 0.92% -
XYZ 41.53 23.31 80.91 -
YUV 130.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 201 74 235 0.14 0.69 0 0.08 287.33 0.8 0.61
Hex C9 4A EB E 45 0 8 11F 50 3D
Octal 311 112 353 16 105 0 10 437 120 75
Binary 11001001 1001010 11101011 1110 1000101 0 1000 100011111 1010000 111101

Color Harmonies of #C94AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AEB

Black with #C94AEB

Text Example


Text Example

White with #C94AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AEB; }

 p { color: rgb(201,74,235); }

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

background-color css

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

 a { background-color: rgb(201,74,235); }

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

border-color css

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

 span { border-color: rgb(201,74,235); }

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