Html Css Color HEX #C585FA Heliotrope

📋 copy color: '#C585FA'

red 197 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #C585FA

Tints of Heliotrope #C585FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.93%

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

R = 33.97%
G = 22.93%
B = 43.1%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C585FA (or 0xC585FA) is known color: Heliotrope. HEX triplet: C5, 85 and FA. RGB value is (197,133,250). Sum of RGB (Red+Green+Blue) = 197+133+250=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #C585FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585FA is #3A7A05. Grayscale: #A5A5A5. Windows color (decimal): -3832326 or 16418245. OLE color: 16418245.

HSL color Cylindrical-coordinate representation of color #C585FA: hue angle of 272.82º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C585FA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 133 250 -
CMYK 0.21 0.47 0 0.02
HSL 272.82º 0.92% 0.75% -
HSV(B) 272.82º 0.47% 0.98% -
XYZ 48.67 35.55 94.74 -
YUV 165.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 197 133 250 0.21 0.47 0 0.02 272.82 0.92 0.75
Hex C5 85 FA 15 2F 0 2 111 5C 4B
Octal 305 205 372 25 57 0 2 421 134 113
Binary 11000101 10000101 11111010 10101 101111 0 10 100010001 1011100 1001011

Color Harmonies of #C585FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585FA

Black with #C585FA

Text Example


Text Example

White with #C585FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585FA; }

 p { color: rgb(197,133,250); }

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

background-color css

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

 a { background-color: rgb(197,133,250); }

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

border-color css

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

 span { border-color: rgb(197,133,250); }

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