Html Css Color HEX #C94BF9 Medium Orchid

📋 copy color: '#C94BF9'

red 201 ◦ green 75 ◦ blue 249

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

Shades of Medium Orchid #C94BF9

Tints of Medium Orchid #C94BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.43%

R = 38.29%
G = 14.29%
B = 47.43%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C94BF9 (or 0xC94BF9) is known color: Medium Orchid. HEX triplet: C9, 4B and F9. RGB value is (201,75,249). Sum of RGB (Red+Green+Blue) = 201+75+249=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #C94BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BF9 is #36B406. Grayscale: #838383. Windows color (decimal): -3585031 or 16337865. OLE color: 16337865.

HSL color Cylindrical-coordinate representation of color #C94BF9: hue angle of 283.45º degrees, saturation: 0.94, 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 #C94BF9 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 75 249 -
CMYK 0.19 0.70 0 0.02
HSL 283.45º 0.94% 0.64% -
HSV(B) 283.45º 0.7% 0.98% -
XYZ 43.7 24.29 92.01 -
YUV 132.51 193.74 176.85 -
System Red Green Blue C M Y K H S L
Decimal 201 75 249 0.19 0.70 0 0.02 283.45 0.94 0.64
Hex C9 4B F9 13 46 0 2 11B 5E 40
Octal 311 113 371 23 106 0 2 433 136 100
Binary 11001001 1001011 11111001 10011 1000110 0 10 100011011 1011110 1000000

Color Harmonies of #C94BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BF9

Black with #C94BF9

Text Example


Text Example

White with #C94BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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