Html Css Color HEX #C84CDE Medium Orchid

📋 copy color: '#C84CDE'

red 200 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #C84CDE

Tints of Medium Orchid #C84CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 40.16%
G = 15.26%
B = 44.58%

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

#C84CDE (or 0xC84CDE) is known color: Medium Orchid. HEX triplet: C8, 4C and DE. RGB value is (200,76,222). Sum of RGB (Red+Green+Blue) = 200+76+222=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #C84CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CDE is #37B321. Grayscale: #818181. Windows color (decimal): -3650338 or 14568648. OLE color: 14568648.

HSL color Cylindrical-coordinate representation of color #C84CDE: hue angle of 290.96º degrees, saturation: 0.69, 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 #C84CDE is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 76 222 -
CMYK 0.10 0.66 0 0.13
HSL 290.96º 0.69% 0.58% -
HSV(B) 290.96º 0.66% 0.87% -
XYZ 39.59 22.72 71.41 -
YUV 129.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 200 76 222 0.10 0.66 0 0.13 290.96 0.69 0.58
Hex C8 4C DE A 42 0 D 123 45 3A
Octal 310 114 336 12 102 0 15 443 105 72
Binary 11001000 1001100 11011110 1010 1000010 0 1101 100100011 1000101 111010

Color Harmonies of #C84CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CDE

Black with #C84CDE

Text Example


Text Example

White with #C84CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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