Html Css Color HEX #C670FF Heliotrope

📋 copy color: '#C670FF'

red 198 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #C670FF

Tints of Heliotrope #C670FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 35.04%
G = 19.82%
B = 45.13%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C670FF (or 0xC670FF) is known color: Heliotrope. HEX triplet: C6, 70 and FF. RGB value is (198,112,255). Sum of RGB (Red+Green+Blue) = 198+112+255=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C670FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670FF is #398F00. Grayscale: #999999. Windows color (decimal): -3772161 or 16740550. OLE color: 16740550.

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

Color convert

RGB 198 112 255 -
CMYK 0.22 0.56 0 0
HSL 276.08º 1% 0.72% -
HSV(B) 276.08º 0.56% 1% -
XYZ 47.13 30.81 98.07 -
YUV 154.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 198 112 255 0.22 0.56 0 0 276.08 1 0.72
Hex C6 70 FF 16 38 0 0 114 64 48
Octal 306 160 377 26 70 0 0 424 144 110
Binary 11000110 1110000 11111111 10110 111000 0 0 100010100 1100100 1001000

Color Harmonies of #C670FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670FF

Black with #C670FF

Text Example


Text Example

White with #C670FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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