Html Css Color HEX #C84BDC Medium Orchid

📋 copy color: '#C84BDC'

red 200 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #C84BDC

Tints of Medium Orchid #C84BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 40.4%
G = 15.15%
B = 44.44%

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

#C84BDC (or 0xC84BDC) is known color: Medium Orchid. HEX triplet: C8, 4B and DC. RGB value is (200,75,220). Sum of RGB (Red+Green+Blue) = 200+75+220=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C84BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BDC is #37B423. Grayscale: #808080. Windows color (decimal): -3650596 or 14437320. OLE color: 14437320.

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

Color convert

RGB 200 75 220 -
CMYK 0.09 0.66 0 0.14
HSL 291.72º 0.67% 0.58% -
HSV(B) 291.72º 0.66% 0.86% -
XYZ 39.25 22.48 69.98 -
YUV 128.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 200 75 220 0.09 0.66 0 0.14 291.72 0.67 0.58
Hex C8 4B DC 9 42 0 E 124 43 3A
Octal 310 113 334 11 102 0 16 444 103 72
Binary 11001000 1001011 11011100 1001 1000010 0 1110 100100100 1000011 111010

Color Harmonies of #C84BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BDC

Black with #C84BDC

Text Example


Text Example

White with #C84BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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