Html Css Color HEX #C674FD Heliotrope

📋 copy color: '#C674FD'

red 198 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #C674FD

Tints of Heliotrope #C674FD

RGB

 RED value IS 198 (77.73% from 255) = 34.92%

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

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

R = 34.92%
G = 20.46%
B = 44.62%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C674FD (or 0xC674FD) is known color: Heliotrope. HEX triplet: C6, 74 and FD. RGB value is (198,116,253). Sum of RGB (Red+Green+Blue) = 198+116+253=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C674FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674FD is #398B02. Grayscale: #9B9B9B. Windows color (decimal): -3771139 or 16610502. OLE color: 16610502.

HSL color Cylindrical-coordinate representation of color #C674FD: hue angle of 275.91º 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 #C674FD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 116 253 -
CMYK 0.22 0.54 0 0.01
HSL 275.91º 0.97% 0.72% -
HSV(B) 275.91º 0.54% 0.99% -
XYZ 47.26 31.59 96.53 -
YUV 156.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 198 116 253 0.22 0.54 0 0.01 275.91 0.97 0.72
Hex C6 74 FD 16 36 0 1 114 61 48
Octal 306 164 375 26 66 0 1 424 141 110
Binary 11000110 1110100 11111101 10110 110110 0 1 100010100 1100001 1001000

Color Harmonies of #C674FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674FD

Black with #C674FD

Text Example


Text Example

White with #C674FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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