Html Css Color HEX #C752DE Medium Orchid

📋 copy color: '#C752DE'

red 199 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #C752DE

Tints of Medium Orchid #C752DE

RGB

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

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

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

R = 39.56%
G = 16.3%
B = 44.14%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C752DE (or 0xC752DE) is known color: Medium Orchid. HEX triplet: C7, 52 and DE. RGB value is (199,82,222). Sum of RGB (Red+Green+Blue) = 199+82+222=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #C752DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752DE is #38AD21. Grayscale: #848484. Windows color (decimal): -3714338 or 14570183. OLE color: 14570183.

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

Color convert

RGB 199 82 222 -
CMYK 0.10 0.63 0 0.13
HSL 290.14º 0.68% 0.6% -
HSV(B) 290.14º 0.63% 0.87% -
XYZ 39.76 23.45 71.54 -
YUV 132.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 199 82 222 0.10 0.63 0 0.13 290.14 0.68 0.6
Hex C7 52 DE A 3F 0 D 122 44 3C
Octal 307 122 336 12 77 0 15 442 104 74
Binary 11000111 1010010 11011110 1010 111111 0 1101 100100010 1000100 111100

Color Harmonies of #C752DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752DE

Black with #C752DE

Text Example


Text Example

White with #C752DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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