Html Css Color HEX #C84BDB Medium Orchid

📋 copy color: '#C84BDB'

red 200 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #C84BDB

Tints of Medium Orchid #C84BDB

RGB

 RED value IS 200 (78.52% from 255) = 40.49%

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

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

R = 40.49%
G = 15.18%
B = 44.33%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C84BDB (or 0xC84BDB) is known color: Medium Orchid. HEX triplet: C8, 4B and DB. RGB value is (200,75,219). Sum of RGB (Red+Green+Blue) = 200+75+219=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #C84BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BDB is #37B424. Grayscale: #808080. Windows color (decimal): -3650597 or 14371784. OLE color: 14371784.

HSL color Cylindrical-coordinate representation of color #C84BDB: hue angle of 292.08º 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 #C84BDB is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 75 219 -
CMYK 0.09 0.66 0 0.14
HSL 292.08º 0.67% 0.58% -
HSV(B) 292.08º 0.66% 0.86% -
XYZ 39.12 22.43 69.28 -
YUV 128.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 200 75 219 0.09 0.66 0 0.14 292.08 0.67 0.58
Hex C8 4B DB 9 42 0 E 124 43 3A
Octal 310 113 333 11 102 0 16 444 103 72
Binary 11001000 1001011 11011011 1001 1000010 0 1110 100100100 1000011 111010

Color Harmonies of #C84BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BDB

Black with #C84BDB

Text Example


Text Example

White with #C84BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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