Html Css Color HEX #C25AFD Heliotrope

📋 copy color: '#C25AFD'

red 194 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #C25AFD

Tints of Heliotrope #C25AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.76%

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

R = 36.13%
G = 16.76%
B = 47.11%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C25AFD (or 0xC25AFD) is known color: Heliotrope. HEX triplet: C2, 5A and FD. RGB value is (194,90,253). Sum of RGB (Red+Green+Blue) = 194+90+253=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #C25AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AFD is #3DA502. Grayscale: #8B8B8B. Windows color (decimal): -4039939 or 16603842. OLE color: 16603842.

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

Color convert

RGB 194 90 253 -
CMYK 0.23 0.64 0 0.01
HSL 278.28º 0.98% 0.67% -
HSV(B) 278.28º 0.64% 0.99% -
XYZ 43.63 25.87 95.62 -
YUV 139.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 194 90 253 0.23 0.64 0 0.01 278.28 0.98 0.67
Hex C2 5A FD 17 40 0 1 116 62 43
Octal 302 132 375 27 100 0 1 426 142 103
Binary 11000010 1011010 11111101 10111 1000000 0 1 100010110 1100010 1000011

Color Harmonies of #C25AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AFD

Black with #C25AFD

Text Example


Text Example

White with #C25AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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