Html Css Color HEX #C58AFE Heliotrope

📋 copy color: '#C58AFE'

red 197 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #C58AFE

Tints of Heliotrope #C58AFE

RGB

 RED value IS 197 (77.34% from 255) = 33.45%

 GREEN value IS 138 (54.3% from 255) = 23.43%

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

R = 33.45%
G = 23.43%
B = 43.12%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C58AFE (or 0xC58AFE) is known color: Heliotrope. HEX triplet: C5, 8A and FE. RGB value is (197,138,254). Sum of RGB (Red+Green+Blue) = 197+138+254=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #C58AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AFE is #3A7501. Grayscale: #A8A8A8. Windows color (decimal): -3831042 or 16681669. OLE color: 16681669.

HSL color Cylindrical-coordinate representation of color #C58AFE: hue angle of 270.52º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C58AFE is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 138 254 -
CMYK 0.22 0.46 0 0.00
HSL 270.52º 0.98% 0.77% -
HSV(B) 270.52º 0.46% 1% -
XYZ 50 37.2 98.31 -
YUV 168.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 197 138 254 0.22 0.46 0 0.00 270.52 0.98 0.77
Hex C5 8A FE 16 2E 0 0 10F 62 4D
Octal 305 212 376 26 56 0 0 417 142 115
Binary 11000101 10001010 11111110 10110 101110 0 0 100001111 1100010 1001101

Color Harmonies of #C58AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AFE

Black with #C58AFE

Text Example


Text Example

White with #C58AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AFE; }

 p { color: rgb(197,138,254); }

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

background-color css

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

 a { background-color: rgb(197,138,254); }

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

border-color css

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

 span { border-color: rgb(197,138,254); }

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