Html Css Color HEX #C84CDB Medium Orchid

📋 copy color: '#C84CDB'

red 200 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #C84CDB

Tints of Medium Orchid #C84CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

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

R = 40.4%
G = 15.35%
B = 44.24%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C84CDB (or 0xC84CDB) is known color: Medium Orchid. HEX triplet: C8, 4C and DB. RGB value is (200,76,219). Sum of RGB (Red+Green+Blue) = 200+76+219=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 76 (30.08% from 255 or 15.35% 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 #C84CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CDB is #37B324. Grayscale: #808080. Windows color (decimal): -3650341 or 14372040. OLE color: 14372040.

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

Color convert

RGB 200 76 219 -
CMYK 0.09 0.65 0 0.14
HSL 292.03º 0.67% 0.58% -
HSV(B) 292.03º 0.65% 0.86% -
XYZ 39.19 22.56 69.31 -
YUV 129.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 200 76 219 0.09 0.65 0 0.14 292.03 0.67 0.58
Hex C8 4C DB 9 41 0 E 124 43 3A
Octal 310 114 333 11 101 0 16 444 103 72
Binary 11001000 1001100 11011011 1001 1000001 0 1110 100100100 1000011 111010

Color Harmonies of #C84CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CDB

Black with #C84CDB

Text Example


Text Example

White with #C84CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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