Html Css Color HEX #C94DEB Medium Orchid

📋 copy color: '#C94DEB'

red 201 ◦ green 77 ◦ blue 235

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

Shades of Medium Orchid #C94DEB

Tints of Medium Orchid #C94DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 39.18%
G = 15.01%
B = 45.81%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C94DEB (or 0xC94DEB) is known color: Medium Orchid. HEX triplet: C9, 4D and EB. RGB value is (201,77,235). Sum of RGB (Red+Green+Blue) = 201+77+235=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #C94DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DEB is #36B214. Grayscale: #838383. Windows color (decimal): -3584533 or 15420873. OLE color: 15420873.

HSL color Cylindrical-coordinate representation of color #C94DEB: hue angle of 287.09º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94DEB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 77 235 -
CMYK 0.14 0.67 0 0.08
HSL 287.09º 0.8% 0.61% -
HSV(B) 287.09º 0.67% 0.92% -
XYZ 41.74 23.72 80.98 -
YUV 132.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 201 77 235 0.14 0.67 0 0.08 287.09 0.8 0.61
Hex C9 4D EB E 43 0 8 11F 50 3D
Octal 311 115 353 16 103 0 10 437 120 75
Binary 11001001 1001101 11101011 1110 1000011 0 1000 100011111 1010000 111101

Color Harmonies of #C94DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DEB

Black with #C94DEB

Text Example


Text Example

White with #C94DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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