Html Css Color HEX #C45EFA Heliotrope

📋 copy color: '#C45EFA'

red 196 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #C45EFA

Tints of Heliotrope #C45EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 36.3%
G = 17.41%
B = 46.3%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C45EFA (or 0xC45EFA) is known color: Heliotrope. HEX triplet: C4, 5E and FA. RGB value is (196,94,250). Sum of RGB (Red+Green+Blue) = 196+94+250=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #C45EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EFA is #3BA105. Grayscale: #8D8D8D. Windows color (decimal): -3907846 or 16408260. OLE color: 16408260.

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

Color convert

RGB 196 94 250 -
CMYK 0.22 0.62 0 0.02
HSL 279.23º 0.94% 0.67% -
HSV(B) 279.23º 0.62% 0.98% -
XYZ 44.02 26.64 93.26 -
YUV 142.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 196 94 250 0.22 0.62 0 0.02 279.23 0.94 0.67
Hex C4 5E FA 16 3E 0 2 117 5E 43
Octal 304 136 372 26 76 0 2 427 136 103
Binary 11000100 1011110 11111010 10110 111110 0 10 100010111 1011110 1000011

Color Harmonies of #C45EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EFA

Black with #C45EFA

Text Example


Text Example

White with #C45EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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