Html Css Color HEX #C852F6 Medium Orchid

📋 copy color: '#C852F6'

red 200 ◦ green 82 ◦ blue 246

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

Shades of Medium Orchid #C852F6

Tints of Medium Orchid #C852F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.59%

R = 37.88%
G = 15.53%
B = 46.59%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C852F6 (or 0xC852F6) is known color: Medium Orchid. HEX triplet: C8, 52 and F6. RGB value is (200,82,246). Sum of RGB (Red+Green+Blue) = 200+82+246=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #C852F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852F6 is #37AD09. Grayscale: #878787. Windows color (decimal): -3648778 or 16143048. OLE color: 16143048.

HSL color Cylindrical-coordinate representation of color #C852F6: hue angle of 283.17º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C852F6 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 82 246 -
CMYK 0.19 0.67 0 0.04
HSL 283.17º 0.9% 0.64% -
HSV(B) 283.17º 0.67% 0.96% -
XYZ 43.47 24.97 89.72 -
YUV 135.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 200 82 246 0.19 0.67 0 0.04 283.17 0.9 0.64
Hex C8 52 F6 13 43 0 4 11B 5A 40
Octal 310 122 366 23 103 0 4 433 132 100
Binary 11001000 1010010 11110110 10011 1000011 0 100 100011011 1011010 1000000

Color Harmonies of #C852F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852F6

Black with #C852F6

Text Example


Text Example

White with #C852F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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