Html Css Color HEX #C94BEF Medium Orchid

📋 copy color: '#C94BEF'

red 201 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #C94BEF

Tints of Medium Orchid #C94BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 39.03%
G = 14.56%
B = 46.41%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C94BEF (or 0xC94BEF) is known color: Medium Orchid. HEX triplet: C9, 4B and EF. RGB value is (201,75,239). Sum of RGB (Red+Green+Blue) = 201+75+239=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #C94BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BEF is #36B410. Grayscale: #828282. Windows color (decimal): -3585041 or 15682505. OLE color: 15682505.

HSL color Cylindrical-coordinate representation of color #C94BEF: hue angle of 286.1º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94BEF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 75 239 -
CMYK 0.16 0.69 0 0.06
HSL 286.1º 0.84% 0.62% -
HSV(B) 286.1º 0.69% 0.94% -
XYZ 42.18 23.68 84.01 -
YUV 131.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 201 75 239 0.16 0.69 0 0.06 286.1 0.84 0.62
Hex C9 4B EF 10 45 0 6 11E 54 3E
Octal 311 113 357 20 105 0 6 436 124 76
Binary 11001001 1001011 11101111 10000 1000101 0 110 100011110 1010100 111110

Color Harmonies of #C94BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BEF

Black with #C94BEF

Text Example


Text Example

White with #C94BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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