Html Css Color HEX #C45EFB Heliotrope

📋 copy color: '#C45EFB'

red 196 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #C45EFB

Tints of Heliotrope #C45EFB

RGB

 RED value IS 196 (76.95% from 255) = 36.23%

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

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 36.23%
G = 17.38%
B = 46.4%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C45EFB (or 0xC45EFB) is known color: Heliotrope. HEX triplet: C4, 5E and FB. RGB value is (196,94,251). Sum of RGB (Red+Green+Blue) = 196+94+251=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #C45EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EFB is #3BA104. Grayscale: #8D8D8D. Windows color (decimal): -3907845 or 16473796. OLE color: 16473796.

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

Color convert

RGB 196 94 251 -
CMYK 0.22 0.63 0 0.02
HSL 278.98º 0.95% 0.68% -
HSV(B) 278.98º 0.63% 0.98% -
XYZ 44.18 26.71 94.09 -
YUV 142.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 196 94 251 0.22 0.63 0 0.02 278.98 0.95 0.68
Hex C4 5E FB 16 3F 0 2 117 5F 44
Octal 304 136 373 26 77 0 2 427 137 104
Binary 11000100 1011110 11111011 10110 111111 0 10 100010111 1011111 1000100

Color Harmonies of #C45EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EFB

Black with #C45EFB

Text Example


Text Example

White with #C45EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EFB; }

 p { color: rgb(196,94,251); }

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

background-color css

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

 a { background-color: rgb(196,94,251); }

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

border-color css

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

 span { border-color: rgb(196,94,251); }

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