Html Css Color HEX #C94BE0 Medium Orchid

📋 copy color: '#C94BE0'

red 201 ◦ green 75 ◦ blue 224

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

Shades of Medium Orchid #C94BE0

Tints of Medium Orchid #C94BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 40.2%
G = 15%
B = 44.8%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C94BE0 (or 0xC94BE0) is known color: Medium Orchid. HEX triplet: C9, 4B and E0. RGB value is (201,75,224). Sum of RGB (Red+Green+Blue) = 201+75+224=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #C94BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BE0 is #36B41F. Grayscale: #818181. Windows color (decimal): -3585056 or 14699465. OLE color: 14699465.

HSL color Cylindrical-coordinate representation of color #C94BE0: hue angle of 290.74º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94BE0 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 75 224 -
CMYK 0.10 0.67 0 0.12
HSL 290.74º 0.71% 0.59% -
HSV(B) 290.74º 0.67% 0.88% -
XYZ 40.06 22.83 72.82 -
YUV 129.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 201 75 224 0.10 0.67 0 0.12 290.74 0.71 0.59
Hex C9 4B E0 A 43 0 C 123 47 3B
Octal 311 113 340 12 103 0 14 443 107 73
Binary 11001001 1001011 11100000 1010 1000011 0 1100 100100011 1000111 111011

Color Harmonies of #C94BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BE0

Black with #C94BE0

Text Example


Text Example

White with #C94BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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