Html Css Color HEX #C257FD Heliotrope

📋 copy color: '#C257FD'

red 194 ◦ green 87 ◦ blue 253

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

Shades of Heliotrope #C257FD

Tints of Heliotrope #C257FD

RGB

 RED value IS 194 (76.17% from 255) = 36.33%

 GREEN value IS 87 (34.38% from 255) = 16.29%

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

R = 36.33%
G = 16.29%
B = 47.38%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C257FD (or 0xC257FD) is known color: Heliotrope. HEX triplet: C2, 57 and FD. RGB value is (194,87,253). Sum of RGB (Red+Green+Blue) = 194+87+253=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 87 (34.38% from 255 or 16.29% 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 #C257FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257FD is #3DA802. Grayscale: #898989. Windows color (decimal): -4040707 or 16603074. OLE color: 16603074.

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

Color convert

RGB 194 87 253 -
CMYK 0.23 0.66 0 0.01
HSL 278.67º 0.98% 0.67% -
HSV(B) 278.67º 0.66% 0.99% -
XYZ 43.39 25.38 95.54 -
YUV 137.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 194 87 253 0.23 0.66 0 0.01 278.67 0.98 0.67
Hex C2 57 FD 17 42 0 1 117 62 43
Octal 302 127 375 27 102 0 1 427 142 103
Binary 11000010 1010111 11111101 10111 1000010 0 1 100010111 1100010 1000011

Color Harmonies of #C257FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257FD

Black with #C257FD

Text Example


Text Example

White with #C257FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257FD; }

 p { color: rgb(194,87,253); }

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

background-color css

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

 a { background-color: rgb(194,87,253); }

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

border-color css

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

 span { border-color: rgb(194,87,253); }

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