Html Css Color HEX #C84BDF Medium Orchid

📋 copy color: '#C84BDF'

red 200 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #C84BDF

Tints of Medium Orchid #C84BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 40.16%
G = 15.06%
B = 44.78%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C84BDF (or 0xC84BDF) is known color: Medium Orchid. HEX triplet: C8, 4B and DF. RGB value is (200,75,223). Sum of RGB (Red+Green+Blue) = 200+75+223=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #C84BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BDF is #37B420. Grayscale: #808080. Windows color (decimal): -3650593 or 14633928. OLE color: 14633928.

HSL color Cylindrical-coordinate representation of color #C84BDF: hue angle of 290.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84BDF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 75 223 -
CMYK 0.10 0.66 0 0.13
HSL 290.68º 0.7% 0.58% -
HSV(B) 290.68º 0.66% 0.87% -
XYZ 39.65 22.64 72.09 -
YUV 129.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 200 75 223 0.10 0.66 0 0.13 290.68 0.7 0.58
Hex C8 4B DF A 42 0 D 123 46 3A
Octal 310 113 337 12 102 0 15 443 106 72
Binary 11001000 1001011 11011111 1010 1000010 0 1101 100100011 1000110 111010

Color Harmonies of #C84BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BDF

Black with #C84BDF

Text Example


Text Example

White with #C84BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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