Html Css Color HEX #C94BF5 Medium Orchid

📋 copy color: '#C94BF5'

red 201 ◦ green 75 ◦ blue 245

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

Shades of Medium Orchid #C94BF5

Tints of Medium Orchid #C94BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.02%

R = 38.58%
G = 14.4%
B = 47.02%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C94BF5 (or 0xC94BF5) is known color: Medium Orchid. HEX triplet: C9, 4B and F5. RGB value is (201,75,245). Sum of RGB (Red+Green+Blue) = 201+75+245=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #C94BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BF5 is #36B40A. Grayscale: #838383. Windows color (decimal): -3585035 or 16075721. OLE color: 16075721.

HSL color Cylindrical-coordinate representation of color #C94BF5: hue angle of 284.47º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94BF5 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 75 245 -
CMYK 0.18 0.69 0 0.04
HSL 284.47º 0.89% 0.63% -
HSV(B) 284.47º 0.69% 0.96% -
XYZ 43.08 24.04 88.76 -
YUV 132.05 191.74 177.18 -
System Red Green Blue C M Y K H S L
Decimal 201 75 245 0.18 0.69 0 0.04 284.47 0.89 0.63
Hex C9 4B F5 12 45 0 4 11C 59 3F
Octal 311 113 365 22 105 0 4 434 131 77
Binary 11001001 1001011 11110101 10010 1000101 0 100 100011100 1011001 111111

Color Harmonies of #C94BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BF5

Black with #C94BF5

Text Example


Text Example

White with #C94BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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