Html Css Color HEX #C852D8 Medium Orchid

📋 copy color: '#C852D8'

red 200 ◦ green 82 ◦ blue 216

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

Shades of Medium Orchid #C852D8

Tints of Medium Orchid #C852D8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.47%

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 40.16%
G = 16.47%
B = 43.37%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C852D8 (or 0xC852D8) is known color: Medium Orchid. HEX triplet: C8, 52 and D8. RGB value is (200,82,216). Sum of RGB (Red+Green+Blue) = 200+82+216=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #C852D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852D8 is #37AD27. Grayscale: #848484. Windows color (decimal): -3648808 or 14176968. OLE color: 14176968.

HSL color Cylindrical-coordinate representation of color #C852D8: hue angle of 292.84º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C852D8 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 82 216 -
CMYK 0.07 0.62 0 0.15
HSL 292.84º 0.63% 0.58% -
HSV(B) 292.84º 0.62% 0.85% -
XYZ 39.23 23.27 67.39 -
YUV 132.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 200 82 216 0.07 0.62 0 0.15 292.84 0.63 0.58
Hex C8 52 D8 7 3E 0 F 125 3F 3A
Octal 310 122 330 7 76 0 17 445 77 72
Binary 11001000 1010010 11011000 111 111110 0 1111 100100101 111111 111010

Color Harmonies of #C852D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852D8

Black with #C852D8

Text Example


Text Example

White with #C852D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852D8; }

 p { color: rgb(200,82,216); }

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

background-color css

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

 a { background-color: rgb(200,82,216); }

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

border-color css

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

 span { border-color: rgb(200,82,216); }

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