Html Css Color HEX #C670FD Heliotrope

📋 copy color: '#C670FD'

red 198 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #C670FD

Tints of Heliotrope #C670FD

RGB

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

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

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

R = 35.17%
G = 19.89%
B = 44.94%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C670FD (or 0xC670FD) is known color: Heliotrope. HEX triplet: C6, 70 and FD. RGB value is (198,112,253). Sum of RGB (Red+Green+Blue) = 198+112+253=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 112 (44.14% from 255 or 19.89% 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 #C670FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670FD is #398F02. Grayscale: #999999. Windows color (decimal): -3772163 or 16609478. OLE color: 16609478.

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

Color convert

RGB 198 112 253 -
CMYK 0.22 0.56 0 0.01
HSL 276.6º 0.97% 0.72% -
HSV(B) 276.6º 0.56% 0.99% -
XYZ 46.81 30.69 96.38 -
YUV 153.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 198 112 253 0.22 0.56 0 0.01 276.6 0.97 0.72
Hex C6 70 FD 16 38 0 1 115 61 48
Octal 306 160 375 26 70 0 1 425 141 110
Binary 11000110 1110000 11111101 10110 111000 0 1 100010101 1100001 1001000

Color Harmonies of #C670FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670FD

Black with #C670FD

Text Example


Text Example

White with #C670FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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