Html Css Color HEX #C854DE Medium Orchid

📋 copy color: '#C854DE'

red 200 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #C854DE

Tints of Medium Orchid #C854DE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

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

R = 39.53%
G = 16.6%
B = 43.87%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C854DE (or 0xC854DE) is known color: Medium Orchid. HEX triplet: C8, 54 and DE. RGB value is (200,84,222). Sum of RGB (Red+Green+Blue) = 200+84+222=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #C854DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854DE is #37AB21. Grayscale: #858585. Windows color (decimal): -3648290 or 14570696. OLE color: 14570696.

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

Color convert

RGB 200 84 222 -
CMYK 0.10 0.62 0 0.13
HSL 290.43º 0.68% 0.6% -
HSV(B) 290.43º 0.62% 0.87% -
XYZ 40.17 23.89 71.6 -
YUV 134.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 200 84 222 0.10 0.62 0 0.13 290.43 0.68 0.6
Hex C8 54 DE A 3E 0 D 122 44 3C
Octal 310 124 336 12 76 0 15 442 104 74
Binary 11001000 1010100 11011110 1010 111110 0 1101 100100010 1000100 111100

Color Harmonies of #C854DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854DE

Black with #C854DE

Text Example


Text Example

White with #C854DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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