Html Css Color HEX #C94BDB Medium Orchid

📋 copy color: '#C94BDB'

red 201 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #C94BDB

Tints of Medium Orchid #C94BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 40.61%
G = 15.15%
B = 44.24%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C94BDB (or 0xC94BDB) is known color: Medium Orchid. HEX triplet: C9, 4B and DB. RGB value is (201,75,219). Sum of RGB (Red+Green+Blue) = 201+75+219=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #C94BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BDB is #36B424. Grayscale: #808080. Windows color (decimal): -3585061 or 14371785. OLE color: 14371785.

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

Color convert

RGB 201 75 219 -
CMYK 0.08 0.66 0 0.14
HSL 292.5º 0.67% 0.58% -
HSV(B) 292.5º 0.66% 0.86% -
XYZ 39.39 22.56 69.3 -
YUV 129.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 201 75 219 0.08 0.66 0 0.14 292.5 0.67 0.58
Hex C9 4B DB 8 42 0 E 124 43 3A
Octal 311 113 333 10 102 0 16 444 103 72
Binary 11001001 1001011 11011011 1000 1000010 0 1110 100100100 1000011 111010

Color Harmonies of #C94BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BDB

Black with #C94BDB

Text Example


Text Example

White with #C94BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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