Html Css Color HEX #C852FC Heliotrope

📋 copy color: '#C852FC'

red 200 ◦ green 82 ◦ blue 252

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

Shades of Heliotrope #C852FC

Tints of Heliotrope #C852FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 37.45%
G = 15.36%
B = 47.19%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C852FC (or 0xC852FC) is known color: Heliotrope. HEX triplet: C8, 52 and FC. RGB value is (200,82,252). Sum of RGB (Red+Green+Blue) = 200+82+252=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #C852FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852FC is #37AD03. Grayscale: #888888. Windows color (decimal): -3648772 or 16536264. OLE color: 16536264.

HSL color Cylindrical-coordinate representation of color #C852FC: hue angle of 281.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C852FC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 82 252 -
CMYK 0.21 0.67 0 0.01
HSL 281.65º 0.97% 0.65% -
HSV(B) 281.65º 0.67% 0.99% -
XYZ 44.41 25.34 94.65 -
YUV 136.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 200 82 252 0.21 0.67 0 0.01 281.65 0.97 0.65
Hex C8 52 FC 15 43 0 1 11A 61 41
Octal 310 122 374 25 103 0 1 432 141 101
Binary 11001000 1010010 11111100 10101 1000011 0 1 100011010 1100001 1000001

Color Harmonies of #C852FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852FC

Black with #C852FC

Text Example


Text Example

White with #C852FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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