Html Css Color HEX #C94CFB Medium Orchid

📋 copy color: '#C94CFB'

red 201 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #C94CFB

Tints of Medium Orchid #C94CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.39%

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

R = 38.07%
G = 14.39%
B = 47.54%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C94CFB (or 0xC94CFB) is known color: Medium Orchid. HEX triplet: C9, 4C and FB. RGB value is (201,76,251). Sum of RGB (Red+Green+Blue) = 201+76+251=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C94CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CFB is #36B304. Grayscale: #848484. Windows color (decimal): -3584773 or 16469193. OLE color: 16469193.

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

Color convert

RGB 201 76 251 -
CMYK 0.20 0.70 0 0.02
HSL 282.86º 0.96% 0.64% -
HSV(B) 282.86º 0.7% 0.98% -
XYZ 44.08 24.55 93.68 -
YUV 133.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 201 76 251 0.20 0.70 0 0.02 282.86 0.96 0.64
Hex C9 4C FB 14 46 0 2 11B 60 40
Octal 311 114 373 24 106 0 2 433 140 100
Binary 11001001 1001100 11111011 10100 1000110 0 10 100011011 1100000 1000000

Color Harmonies of #C94CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CFB

Black with #C94CFB

Text Example


Text Example

White with #C94CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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