Html Css Color HEX #C670FB Heliotrope

📋 copy color: '#C670FB'

red 198 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #C670FB

Tints of Heliotrope #C670FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 35.29%
G = 19.96%
B = 44.74%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C670FB (or 0xC670FB) is known color: Heliotrope. HEX triplet: C6, 70 and FB. RGB value is (198,112,251). Sum of RGB (Red+Green+Blue) = 198+112+251=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #C670FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670FB is #398F04. Grayscale: #999999. Windows color (decimal): -3772165 or 16478406. OLE color: 16478406.

HSL color Cylindrical-coordinate representation of color #C670FB: hue angle of 277.12º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C670FB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 112 251 -
CMYK 0.21 0.55 0 0.02
HSL 277.12º 0.95% 0.71% -
HSV(B) 277.12º 0.55% 0.98% -
XYZ 46.5 30.56 94.71 -
YUV 153.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 198 112 251 0.21 0.55 0 0.02 277.12 0.95 0.71
Hex C6 70 FB 15 37 0 2 115 5F 47
Octal 306 160 373 25 67 0 2 425 137 107
Binary 11000110 1110000 11111011 10101 110111 0 10 100010101 1011111 1000111

Color Harmonies of #C670FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670FB

Black with #C670FB

Text Example


Text Example

White with #C670FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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