Html Css Color HEX #C94BFC Medium Orchid

📋 copy color: '#C94BFC'

red 201 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #C94BFC

Tints of Medium Orchid #C94BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 38.07%
G = 14.2%
B = 47.73%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C94BFC (or 0xC94BFC) is known color: Medium Orchid. HEX triplet: C9, 4B and FC. RGB value is (201,75,252). Sum of RGB (Red+Green+Blue) = 201+75+252=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #C94BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BFC is #36B403. Grayscale: #848484. Windows color (decimal): -3585028 or 16534473. OLE color: 16534473.

HSL color Cylindrical-coordinate representation of color #C94BFC: hue angle of 282.71º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94BFC is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 75 252 -
CMYK 0.20 0.70 0 0.01
HSL 282.71º 0.97% 0.64% -
HSV(B) 282.71º 0.7% 0.99% -
XYZ 44.17 24.48 94.49 -
YUV 132.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 201 75 252 0.20 0.70 0 0.01 282.71 0.97 0.64
Hex C9 4B FC 14 46 0 1 11B 61 40
Octal 311 113 374 24 106 0 1 433 141 100
Binary 11001001 1001011 11111100 10100 1000110 0 1 100011011 1100001 1000000

Color Harmonies of #C94BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BFC

Black with #C94BFC

Text Example


Text Example

White with #C94BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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