Html Css Color HEX #C752FD Heliotrope

📋 copy color: '#C752FD'

red 199 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #C752FD

Tints of Heliotrope #C752FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.38%

R = 37.27%
G = 15.36%
B = 47.38%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C752FD (or 0xC752FD) is known color: Heliotrope. HEX triplet: C7, 52 and FD. RGB value is (199,82,253). Sum of RGB (Red+Green+Blue) = 199+82+253=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #C752FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752FD is #38AD02. Grayscale: #878787. Windows color (decimal): -3714307 or 16601799. OLE color: 16601799.

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

Color convert

RGB 199 82 253 -
CMYK 0.21 0.68 0 0.01
HSL 281.05º 0.98% 0.66% -
HSV(B) 281.05º 0.68% 0.99% -
XYZ 44.3 25.27 95.47 -
YUV 136.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 199 82 253 0.21 0.68 0 0.01 281.05 0.98 0.66
Hex C7 52 FD 15 44 0 1 119 62 42
Octal 307 122 375 25 104 0 1 431 142 102
Binary 11000111 1010010 11111101 10101 1000100 0 1 100011001 1100010 1000010

Color Harmonies of #C752FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752FD

Black with #C752FD

Text Example


Text Example

White with #C752FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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