Html Css Color HEX #C852F1 Medium Orchid

📋 copy color: '#C852F1'

red 200 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #C852F1

Tints of Medium Orchid #C852F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.08%

R = 38.24%
G = 15.68%
B = 46.08%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C852F1 (or 0xC852F1) is known color: Medium Orchid. HEX triplet: C8, 52 and F1. RGB value is (200,82,241). Sum of RGB (Red+Green+Blue) = 200+82+241=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #C852F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852F1 is #37AD0E. Grayscale: #868686. Windows color (decimal): -3648783 or 15815368. OLE color: 15815368.

HSL color Cylindrical-coordinate representation of color #C852F1: hue angle of 284.53º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C852F1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 82 241 -
CMYK 0.17 0.66 0 0.05
HSL 284.53º 0.85% 0.63% -
HSV(B) 284.53º 0.66% 0.95% -
XYZ 42.71 24.66 85.73 -
YUV 135.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 200 82 241 0.17 0.66 0 0.05 284.53 0.85 0.63
Hex C8 52 F1 11 42 0 5 11D 55 3F
Octal 310 122 361 21 102 0 5 435 125 77
Binary 11001000 1010010 11110001 10001 1000010 0 101 100011101 1010101 111111

Color Harmonies of #C852F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852F1

Black with #C852F1

Text Example


Text Example

White with #C852F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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