Html Css Color HEX #C94BED Medium Orchid

📋 copy color: '#C94BED'

red 201 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #C94BED

Tints of Medium Orchid #C94BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 39.18%
G = 14.62%
B = 46.2%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C94BED (or 0xC94BED) is known color: Medium Orchid. HEX triplet: C9, 4B and ED. RGB value is (201,75,237). Sum of RGB (Red+Green+Blue) = 201+75+237=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #C94BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BED is #36B412. Grayscale: #828282. Windows color (decimal): -3585043 or 15551433. OLE color: 15551433.

HSL color Cylindrical-coordinate representation of color #C94BED: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94BED is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 75 237 -
CMYK 0.15 0.68 0 0.07
HSL 286.67º 0.82% 0.61% -
HSV(B) 286.67º 0.68% 0.93% -
XYZ 41.89 23.56 82.46 -
YUV 131.14 187.74 177.83 -
System Red Green Blue C M Y K H S L
Decimal 201 75 237 0.15 0.68 0 0.07 286.67 0.82 0.61
Hex C9 4B ED F 44 0 7 11F 52 3D
Octal 311 113 355 17 104 0 7 437 122 75
Binary 11001001 1001011 11101101 1111 1000100 0 111 100011111 1010010 111101

Color Harmonies of #C94BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BED

Black with #C94BED

Text Example


Text Example

White with #C94BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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