Html Css Color HEX #C852FE Heliotrope

📋 copy color: '#C852FE'

red 200 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #C852FE

Tints of Heliotrope #C852FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 37.31%
G = 15.3%
B = 47.39%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C852FE (or 0xC852FE) is known color: Heliotrope. HEX triplet: C8, 52 and FE. RGB value is (200,82,254). Sum of RGB (Red+Green+Blue) = 200+82+254=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #C852FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852FE is #37AD01. Grayscale: #888888. Windows color (decimal): -3648770 or 16667336. OLE color: 16667336.

HSL color Cylindrical-coordinate representation of color #C852FE: hue angle of 281.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C852FE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 82 254 -
CMYK 0.21 0.68 0 0.00
HSL 281.16º 0.99% 0.66% -
HSV(B) 281.16º 0.68% 1% -
XYZ 44.73 25.47 96.32 -
YUV 136.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 200 82 254 0.21 0.68 0 0.00 281.16 0.99 0.66
Hex C8 52 FE 15 44 0 0 119 63 42
Octal 310 122 376 25 104 0 0 431 143 102
Binary 11001000 1010010 11111110 10101 1000100 0 0 100011001 1100011 1000010

Color Harmonies of #C852FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852FE

Black with #C852FE

Text Example


Text Example

White with #C852FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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