Html Css Color HEX #C752FA Heliotrope

📋 copy color: '#C752FA'

red 199 ◦ green 82 ◦ blue 250

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

Shades of Heliotrope #C752FA

Tints of Heliotrope #C752FA

RGB

 RED value IS 199 (78.13% from 255) = 37.48%

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

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 37.48%
G = 15.44%
B = 47.08%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C752FA (or 0xC752FA) is known color: Heliotrope. HEX triplet: C7, 52 and FA. RGB value is (199,82,250). Sum of RGB (Red+Green+Blue) = 199+82+250=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #C752FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752FA is #38AD05. Grayscale: #878787. Windows color (decimal): -3714310 or 16405191. OLE color: 16405191.

HSL color Cylindrical-coordinate representation of color #C752FA: hue angle of 281.79º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C752FA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 82 250 -
CMYK 0.20 0.67 0 0.02
HSL 281.79º 0.94% 0.65% -
HSV(B) 281.79º 0.67% 0.98% -
XYZ 43.83 25.08 92.97 -
YUV 136.14 192.26 172.84 -
System Red Green Blue C M Y K H S L
Decimal 199 82 250 0.20 0.67 0 0.02 281.79 0.94 0.65
Hex C7 52 FA 14 43 0 2 11A 5E 41
Octal 307 122 372 24 103 0 2 432 136 101
Binary 11000111 1010010 11111010 10100 1000011 0 10 100011010 1011110 1000001

Color Harmonies of #C752FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752FA

Black with #C752FA

Text Example


Text Example

White with #C752FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752FA; }

 p { color: rgb(199,82,250); }

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

background-color css

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

 a { background-color: rgb(199,82,250); }

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

border-color css

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

 span { border-color: rgb(199,82,250); }

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