Html Css Color HEX #C752DB Medium Orchid

📋 copy color: '#C752DB'

red 199 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #C752DB

Tints of Medium Orchid #C752DB

RGB

 RED value IS 199 (78.13% from 255) = 39.8%

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

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

R = 39.8%
G = 16.4%
B = 43.8%

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

#C752DB (or 0xC752DB) is known color: Medium Orchid. HEX triplet: C7, 52 and DB. RGB value is (199,82,219). Sum of RGB (Red+Green+Blue) = 199+82+219=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #C752DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752DB is #38AD24. Grayscale: #848484. Windows color (decimal): -3714341 or 14373575. OLE color: 14373575.

HSL color Cylindrical-coordinate representation of color #C752DB: hue angle of 291.24º 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 #C752DB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 82 219 -
CMYK 0.09 0.63 0 0.14
HSL 291.24º 0.66% 0.59% -
HSV(B) 291.24º 0.63% 0.86% -
XYZ 39.36 23.29 69.44 -
YUV 132.6 176.76 175.36 -
System Red Green Blue C M Y K H S L
Decimal 199 82 219 0.09 0.63 0 0.14 291.24 0.66 0.59
Hex C7 52 DB 9 3F 0 E 123 42 3B
Octal 307 122 333 11 77 0 16 443 102 73
Binary 11000111 1010010 11011011 1001 111111 0 1110 100100011 1000010 111011

Color Harmonies of #C752DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752DB

Black with #C752DB

Text Example


Text Example

White with #C752DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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