Html Css Color HEX #C270ED Heliotrope

📋 copy color: '#C270ED'

red 194 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #C270ED

Tints of Heliotrope #C270ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 35.73%
G = 20.63%
B = 43.65%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C270ED (or 0xC270ED) is known color: Heliotrope. HEX triplet: C2, 70 and ED. RGB value is (194,112,237). Sum of RGB (Red+Green+Blue) = 194+112+237=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #C270ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270ED is #3D8F12. Grayscale: #969696. Windows color (decimal): -4034323 or 15560898. OLE color: 15560898.

HSL color Cylindrical-coordinate representation of color #C270ED: hue angle of 279.36º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C270ED is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 112 237 -
CMYK 0.18 0.53 0 0.07
HSL 279.36º 0.78% 0.68% -
HSV(B) 279.36º 0.53% 0.93% -
XYZ 43.33 29.17 83.47 -
YUV 150.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 194 112 237 0.18 0.53 0 0.07 279.36 0.78 0.68
Hex C2 70 ED 12 35 0 7 117 4E 44
Octal 302 160 355 22 65 0 7 427 116 104
Binary 11000010 1110000 11101101 10010 110101 0 111 100010111 1001110 1000100

Color Harmonies of #C270ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270ED

Black with #C270ED

Text Example


Text Example

White with #C270ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270ED; }

 p { color: rgb(194,112,237); }

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

background-color css

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

 a { background-color: rgb(194,112,237); }

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

border-color css

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

 span { border-color: rgb(194,112,237); }

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