Html Css Color HEX #C852E4 Medium Orchid

📋 copy color: '#C852E4'

red 200 ◦ green 82 ◦ blue 228

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

Shades of Medium Orchid #C852E4

Tints of Medium Orchid #C852E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.71%

R = 39.22%
G = 16.08%
B = 44.71%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C852E4 (or 0xC852E4) is known color: Medium Orchid. HEX triplet: C8, 52 and E4. RGB value is (200,82,228). Sum of RGB (Red+Green+Blue) = 200+82+228=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #C852E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852E4 is #37AD1B. Grayscale: #858585. Windows color (decimal): -3648796 or 14963400. OLE color: 14963400.

HSL color Cylindrical-coordinate representation of color #C852E4: hue angle of 288.49º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C852E4 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 82 228 -
CMYK 0.12 0.64 0 0.11
HSL 288.49º 0.73% 0.61% -
HSV(B) 288.49º 0.64% 0.89% -
XYZ 40.84 23.92 75.86 -
YUV 133.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 200 82 228 0.12 0.64 0 0.11 288.49 0.73 0.61
Hex C8 52 E4 C 40 0 B 120 49 3D
Octal 310 122 344 14 100 0 13 440 111 75
Binary 11001000 1010010 11100100 1100 1000000 0 1011 100100000 1001001 111101

Color Harmonies of #C852E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852E4

Black with #C852E4

Text Example


Text Example

White with #C852E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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