Html Css Color HEX #C25EFD Heliotrope

📋 copy color: '#C25EFD'

red 194 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #C25EFD

Tints of Heliotrope #C25EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.38%

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

R = 35.86%
G = 17.38%
B = 46.77%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C25EFD (or 0xC25EFD) is known color: Heliotrope. HEX triplet: C2, 5E and FD. RGB value is (194,94,253). Sum of RGB (Red+Green+Blue) = 194+94+253=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #C25EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EFD is #3DA102. Grayscale: #8D8D8D. Windows color (decimal): -4038915 or 16604866. OLE color: 16604866.

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

Color convert

RGB 194 94 253 -
CMYK 0.23 0.63 0 0.01
HSL 277.74º 0.98% 0.68% -
HSV(B) 277.74º 0.63% 0.99% -
XYZ 43.98 26.57 95.74 -
YUV 142.03 190.63 165.07 -
System Red Green Blue C M Y K H S L
Decimal 194 94 253 0.23 0.63 0 0.01 277.74 0.98 0.68
Hex C2 5E FD 17 3F 0 1 116 62 44
Octal 302 136 375 27 77 0 1 426 142 104
Binary 11000010 1011110 11111101 10111 111111 0 1 100010110 1100010 1000100

Color Harmonies of #C25EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EFD

Black with #C25EFD

Text Example


Text Example

White with #C25EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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