Html Css Color HEX #C274FD Heliotrope

📋 copy color: '#C274FD'

red 194 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #C274FD

Tints of Heliotrope #C274FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.6%

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 34.46%
G = 20.6%
B = 44.94%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C274FD (or 0xC274FD) is known color: Heliotrope. HEX triplet: C2, 74 and FD. RGB value is (194,116,253). Sum of RGB (Red+Green+Blue) = 194+116+253=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #C274FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274FD is #3D8B02. Grayscale: #9A9A9A. Windows color (decimal): -4033283 or 16610498. OLE color: 16610498.

HSL color Cylindrical-coordinate representation of color #C274FD: hue angle of 274.16º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C274FD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 116 253 -
CMYK 0.23 0.54 0 0.01
HSL 274.16º 0.97% 0.72% -
HSV(B) 274.16º 0.54% 0.99% -
XYZ 46.22 31.05 96.49 -
YUV 154.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 194 116 253 0.23 0.54 0 0.01 274.16 0.97 0.72
Hex C2 74 FD 17 36 0 1 112 61 48
Octal 302 164 375 27 66 0 1 422 141 110
Binary 11000010 1110100 11111101 10111 110110 0 1 100010010 1100001 1001000

Color Harmonies of #C274FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274FD

Black with #C274FD

Text Example


Text Example

White with #C274FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274FD; }

 p { color: rgb(194,116,253); }

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

background-color css

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

 a { background-color: rgb(194,116,253); }

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

border-color css

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

 span { border-color: rgb(194,116,253); }

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