Html Css Color HEX #C254FD Heliotrope

📋 copy color: '#C254FD'

red 194 ◦ green 84 ◦ blue 253

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

Shades of Heliotrope #C254FD

Tints of Heliotrope #C254FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.82%

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

R = 36.53%
G = 15.82%
B = 47.65%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C254FD (or 0xC254FD) is known color: Heliotrope. HEX triplet: C2, 54 and FD. RGB value is (194,84,253). Sum of RGB (Red+Green+Blue) = 194+84+253=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #C254FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C254FD is #3DAB02. Grayscale: #878787. Windows color (decimal): -4041475 or 16602306. OLE color: 16602306.

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

Color convert

RGB 194 84 253 -
CMYK 0.23 0.67 0 0.01
HSL 279.05º 0.98% 0.66% -
HSV(B) 279.05º 0.67% 0.99% -
XYZ 43.15 24.9 95.46 -
YUV 136.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 194 84 253 0.23 0.67 0 0.01 279.05 0.98 0.66
Hex C2 54 FD 17 43 0 1 117 62 42
Octal 302 124 375 27 103 0 1 427 142 102
Binary 11000010 1010100 11111101 10111 1000011 0 1 100010111 1100010 1000010

Color Harmonies of #C254FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254FD

Black with #C254FD

Text Example


Text Example

White with #C254FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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