Html Css Color HEX #C94BE2 Medium Orchid

📋 copy color: '#C94BE2'

red 201 ◦ green 75 ◦ blue 226

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

Shades of Medium Orchid #C94BE2

Tints of Medium Orchid #C94BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.02%

R = 40.04%
G = 14.94%
B = 45.02%

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

#C94BE2 (or 0xC94BE2) is known color: Medium Orchid. HEX triplet: C9, 4B and E2. RGB value is (201,75,226). Sum of RGB (Red+Green+Blue) = 201+75+226=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #C94BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BE2 is #36B41D. Grayscale: #818181. Windows color (decimal): -3585054 or 14830537. OLE color: 14830537.

HSL color Cylindrical-coordinate representation of color #C94BE2: hue angle of 290.07º degrees, saturation: 0.72, 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 #C94BE2 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 75 226 -
CMYK 0.11 0.67 0 0.11
HSL 290.07º 0.72% 0.59% -
HSV(B) 290.07º 0.67% 0.89% -
XYZ 40.33 22.94 74.25 -
YUV 129.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 201 75 226 0.11 0.67 0 0.11 290.07 0.72 0.59
Hex C9 4B E2 B 43 0 B 122 48 3B
Octal 311 113 342 13 103 0 13 442 110 73
Binary 11001001 1001011 11100010 1011 1000011 0 1011 100100010 1001000 111011

Color Harmonies of #C94BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BE2

Black with #C94BE2

Text Example


Text Example

White with #C94BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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