Html Css Color HEX #C94BE4 Medium Orchid

📋 copy color: '#C94BE4'

red 201 ◦ green 75 ◦ blue 228

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

Shades of Medium Orchid #C94BE4

Tints of Medium Orchid #C94BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 39.88%
G = 14.88%
B = 45.24%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C94BE4 (or 0xC94BE4) is known color: Medium Orchid. HEX triplet: C9, 4B and E4. RGB value is (201,75,228). Sum of RGB (Red+Green+Blue) = 201+75+228=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #C94BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BE4 is #36B41B. Grayscale: #818181. Windows color (decimal): -3585052 or 14961609. OLE color: 14961609.

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

Color convert

RGB 201 75 228 -
CMYK 0.12 0.67 0 0.11
HSL 289.41º 0.74% 0.59% -
HSV(B) 289.41º 0.67% 0.89% -
XYZ 40.61 23.05 75.71 -
YUV 130.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 201 75 228 0.12 0.67 0 0.11 289.41 0.74 0.59
Hex C9 4B E4 C 43 0 B 121 4A 3B
Octal 311 113 344 14 103 0 13 441 112 73
Binary 11001001 1001011 11100100 1100 1000011 0 1011 100100001 1001010 111011

Color Harmonies of #C94BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BE4

Black with #C94BE4

Text Example


Text Example

White with #C94BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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