Html Css Color HEX #C672FE Heliotrope

📋 copy color: '#C672FE'

red 198 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #C672FE

Tints of Heliotrope #C672FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.14%

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 34.98%
G = 20.14%
B = 44.88%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C672FE (or 0xC672FE) is known color: Heliotrope. HEX triplet: C6, 72 and FE. RGB value is (198,114,254). Sum of RGB (Red+Green+Blue) = 198+114+254=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #C672FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672FE is #398D01. Grayscale: #9A9A9A. Windows color (decimal): -3771650 or 16675526. OLE color: 16675526.

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

Color convert

RGB 198 114 254 -
CMYK 0.22 0.55 0 0.00
HSL 276º 0.99% 0.72% -
HSV(B) 276º 0.55% 1% -
XYZ 47.2 31.2 97.3 -
YUV 155.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 198 114 254 0.22 0.55 0 0.00 276 0.99 0.72
Hex C6 72 FE 16 37 0 0 114 63 48
Octal 306 162 376 26 67 0 0 424 143 110
Binary 11000110 1110010 11111110 10110 110111 0 0 100010100 1100011 1001000

Color Harmonies of #C672FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672FE

Black with #C672FE

Text Example


Text Example

White with #C672FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672FE; }

 p { color: rgb(198,114,254); }

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

background-color css

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

 a { background-color: rgb(198,114,254); }

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

border-color css

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

 span { border-color: rgb(198,114,254); }

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