Html Css Color HEX #C852ED Medium Orchid

📋 copy color: '#C852ED'

red 200 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #C852ED

Tints of Medium Orchid #C852ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 38.54%
G = 15.8%
B = 45.66%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C852ED (or 0xC852ED) is known color: Medium Orchid. HEX triplet: C8, 52 and ED. RGB value is (200,82,237). Sum of RGB (Red+Green+Blue) = 200+82+237=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #C852ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852ED is #37AD12. Grayscale: #868686. Windows color (decimal): -3648787 or 15553224. OLE color: 15553224.

HSL color Cylindrical-coordinate representation of color #C852ED: hue angle of 285.68º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C852ED is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 82 237 -
CMYK 0.16 0.65 0 0.07
HSL 285.68º 0.81% 0.63% -
HSV(B) 285.68º 0.65% 0.93% -
XYZ 42.12 24.43 82.62 -
YUV 134.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 200 82 237 0.16 0.65 0 0.07 285.68 0.81 0.63
Hex C8 52 ED 10 41 0 7 11E 51 3F
Octal 310 122 355 20 101 0 7 436 121 77
Binary 11001000 1010010 11101101 10000 1000001 0 111 100011110 1010001 111111

Color Harmonies of #C852ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852ED

Black with #C852ED

Text Example


Text Example

White with #C852ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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