Html Css Color HEX #C852DB Medium Orchid

📋 copy color: '#C852DB'

red 200 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #C852DB

Tints of Medium Orchid #C852DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 39.92%
G = 16.37%
B = 43.71%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C852DB (or 0xC852DB) is known color: Medium Orchid. HEX triplet: C8, 52 and DB. RGB value is (200,82,219). Sum of RGB (Red+Green+Blue) = 200+82+219=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #C852DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852DB is #37AD24. Grayscale: #848484. Windows color (decimal): -3648805 or 14373576. OLE color: 14373576.

HSL color Cylindrical-coordinate representation of color #C852DB: hue angle of 291.68º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C852DB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 82 219 -
CMYK 0.09 0.63 0 0.14
HSL 291.68º 0.66% 0.59% -
HSV(B) 291.68º 0.63% 0.86% -
XYZ 39.62 23.43 69.45 -
YUV 132.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 200 82 219 0.09 0.63 0 0.14 291.68 0.66 0.59
Hex C8 52 DB 9 3F 0 E 124 42 3B
Octal 310 122 333 11 77 0 16 444 102 73
Binary 11001000 1010010 11011011 1001 111111 0 1110 100100100 1000010 111011

Color Harmonies of #C852DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852DB

Black with #C852DB

Text Example


Text Example

White with #C852DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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