Html Css Color HEX #C94DFB Medium Orchid

📋 copy color: '#C94DFB'

red 201 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #C94DFB

Tints of Medium Orchid #C94DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.56%

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 38%
G = 14.56%
B = 47.45%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C94DFB (or 0xC94DFB) is known color: Medium Orchid. HEX triplet: C9, 4D and FB. RGB value is (201,77,251). Sum of RGB (Red+Green+Blue) = 201+77+251=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #C94DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DFB is #36B204. Grayscale: #858585. Windows color (decimal): -3584517 or 16469449. OLE color: 16469449.

HSL color Cylindrical-coordinate representation of color #C94DFB: hue angle of 282.76º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94DFB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 77 251 -
CMYK 0.20 0.69 0 0.02
HSL 282.76º 0.96% 0.64% -
HSV(B) 282.76º 0.69% 0.98% -
XYZ 44.15 24.69 93.71 -
YUV 133.91 194.08 175.85 -
System Red Green Blue C M Y K H S L
Decimal 201 77 251 0.20 0.69 0 0.02 282.76 0.96 0.64
Hex C9 4D FB 14 45 0 2 11B 60 40
Octal 311 115 373 24 105 0 2 433 140 100
Binary 11001001 1001101 11111011 10100 1000101 0 10 100011011 1100000 1000000

Color Harmonies of #C94DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DFB

Black with #C94DFB

Text Example


Text Example

White with #C94DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DFB; }

 p { color: rgb(201,77,251); }

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

background-color css

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

 a { background-color: rgb(201,77,251); }

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

border-color css

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

 span { border-color: rgb(201,77,251); }

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