Html Css Color HEX #C94BEB Medium Orchid

📋 copy color: '#C94BEB'

red 201 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #C94BEB

Tints of Medium Orchid #C94BEB

RGB

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

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

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

R = 39.33%
G = 14.68%
B = 45.99%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C94BEB (or 0xC94BEB) is known color: Medium Orchid. HEX triplet: C9, 4B and EB. RGB value is (201,75,235). Sum of RGB (Red+Green+Blue) = 201+75+235=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C94BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BEB is #36B414. Grayscale: #828282. Windows color (decimal): -3585045 or 15420361. OLE color: 15420361.

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

Color convert

RGB 201 75 235 -
CMYK 0.14 0.68 0 0.08
HSL 287.25º 0.8% 0.61% -
HSV(B) 287.25º 0.68% 0.92% -
XYZ 41.6 23.45 80.93 -
YUV 130.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 201 75 235 0.14 0.68 0 0.08 287.25 0.8 0.61
Hex C9 4B EB E 44 0 8 11F 50 3D
Octal 311 113 353 16 104 0 10 437 120 75
Binary 11001001 1001011 11101011 1110 1000100 0 1000 100011111 1010000 111101

Color Harmonies of #C94BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BEB

Black with #C94BEB

Text Example


Text Example

White with #C94BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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