Html Css Color HEX #C45FFB Heliotrope

📋 copy color: '#C45FFB'

red 196 ◦ green 95 ◦ blue 251

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

Shades of Heliotrope #C45FFB

Tints of Heliotrope #C45FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.53%

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

R = 36.16%
G = 17.53%
B = 46.31%

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

#C45FFB (or 0xC45FFB) is known color: Heliotrope. HEX triplet: C4, 5F and FB. RGB value is (196,95,251). Sum of RGB (Red+Green+Blue) = 196+95+251=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #C45FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FFB is #3BA004. Grayscale: #8E8E8E. Windows color (decimal): -3907589 or 16474052. OLE color: 16474052.

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

Color convert

RGB 196 95 251 -
CMYK 0.22 0.62 0 0.02
HSL 278.85º 0.95% 0.68% -
HSV(B) 278.85º 0.62% 0.98% -
XYZ 44.27 26.89 94.12 -
YUV 142.98 188.96 165.82 -
System Red Green Blue C M Y K H S L
Decimal 196 95 251 0.22 0.62 0 0.02 278.85 0.95 0.68
Hex C4 5F FB 16 3E 0 2 117 5F 44
Octal 304 137 373 26 76 0 2 427 137 104
Binary 11000100 1011111 11111011 10110 111110 0 10 100010111 1011111 1000100

Color Harmonies of #C45FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FFB

Black with #C45FFB

Text Example


Text Example

White with #C45FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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