Html Css Color HEX #C482FD Heliotrope

📋 copy color: '#C482FD'

red 196 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #C482FD

Tints of Heliotrope #C482FD

RGB

 RED value IS 196 (76.95% from 255) = 33.85%

 GREEN value IS 130 (51.17% from 255) = 22.45%

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

R = 33.85%
G = 22.45%
B = 43.7%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C482FD (or 0xC482FD) is known color: Heliotrope. HEX triplet: C4, 82 and FD. RGB value is (196,130,253). Sum of RGB (Red+Green+Blue) = 196+130+253=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #C482FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482FD is #3B7D02. Grayscale: #A3A3A3. Windows color (decimal): -3898627 or 16614084. OLE color: 16614084.

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

Color convert

RGB 196 130 253 -
CMYK 0.23 0.49 0 0.01
HSL 272.2º 0.97% 0.75% -
HSV(B) 272.2º 0.49% 0.99% -
XYZ 48.48 34.79 97.09 -
YUV 163.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 196 130 253 0.23 0.49 0 0.01 272.2 0.97 0.75
Hex C4 82 FD 17 31 0 1 110 61 4B
Octal 304 202 375 27 61 0 1 420 141 113
Binary 11000100 10000010 11111101 10111 110001 0 1 100010000 1100001 1001011

Color Harmonies of #C482FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482FD

Black with #C482FD

Text Example


Text Example

White with #C482FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482FD; }

 p { color: rgb(196,130,253); }

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

background-color css

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

 a { background-color: rgb(196,130,253); }

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

border-color css

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

 span { border-color: rgb(196,130,253); }

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