Html Css Color HEX #C25DFF Heliotrope

📋 copy color: '#C25DFF'

red 194 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #C25DFF

Tints of Heliotrope #C25DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.16%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 35.79%
G = 17.16%
B = 47.05%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C25DFF (or 0xC25DFF) is known color: Heliotrope. HEX triplet: C2, 5D and FF. RGB value is (194,93,255). Sum of RGB (Red+Green+Blue) = 194+93+255=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #C25DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DFF is #3DA200. Grayscale: #8D8D8D. Windows color (decimal): -4039169 or 16735682. OLE color: 16735682.

HSL color Cylindrical-coordinate representation of color #C25DFF: hue angle of 277.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25DFF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 93 255 -
CMYK 0.24 0.64 0 0
HSL 277.41º 1% 0.68% -
HSV(B) 277.41º 0.64% 1% -
XYZ 44.21 26.52 97.4 -
YUV 141.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 194 93 255 0.24 0.64 0 0 277.41 1 0.68
Hex C2 5D FF 18 40 0 0 115 64 44
Octal 302 135 377 30 100 0 0 425 144 104
Binary 11000010 1011101 11111111 11000 1000000 0 0 100010101 1100100 1000100

Color Harmonies of #C25DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DFF

Black with #C25DFF

Text Example


Text Example

White with #C25DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DFF; }

 p { color: rgb(194,93,255); }

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

background-color css

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

 a { background-color: rgb(194,93,255); }

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

border-color css

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

 span { border-color: rgb(194,93,255); }

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