Html Css Color HEX #C271EA Heliotrope

📋 copy color: '#C271EA'

red 194 ◦ green 113 ◦ blue 234

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

Shades of Heliotrope #C271EA

Tints of Heliotrope #C271EA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.89%

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 35.86%
G = 20.89%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C271EA (or 0xC271EA) is known color: Heliotrope. HEX triplet: C2, 71 and EA. RGB value is (194,113,234). Sum of RGB (Red+Green+Blue) = 194+113+234=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #C271EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271EA is #3D8E15. Grayscale: #969696. Windows color (decimal): -4034070 or 15364546. OLE color: 15364546.

HSL color Cylindrical-coordinate representation of color #C271EA: hue angle of 280.17º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C271EA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 113 234 -
CMYK 0.17 0.52 0 0.08
HSL 280.17º 0.74% 0.68% -
HSV(B) 280.17º 0.52% 0.92% -
XYZ 43 29.22 81.22 -
YUV 151.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 194 113 234 0.17 0.52 0 0.08 280.17 0.74 0.68
Hex C2 71 EA 11 34 0 8 118 4A 44
Octal 302 161 352 21 64 0 10 430 112 104
Binary 11000010 1110001 11101010 10001 110100 0 1000 100011000 1001010 1000100

Color Harmonies of #C271EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271EA

Black with #C271EA

Text Example


Text Example

White with #C271EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271EA; }

 p { color: rgb(194,113,234); }

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

background-color css

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

 a { background-color: rgb(194,113,234); }

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

border-color css

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

 span { border-color: rgb(194,113,234); }

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