Html Css Color HEX #C67CFE Heliotrope

📋 copy color: '#C67CFE'

red 198 ◦ green 124 ◦ blue 254

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

Shades of Heliotrope #C67CFE

Tints of Heliotrope #C67CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.53%

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

R = 34.38%
G = 21.53%
B = 44.1%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C67CFE (or 0xC67CFE) is known color: Heliotrope. HEX triplet: C6, 7C and FE. RGB value is (198,124,254). Sum of RGB (Red+Green+Blue) = 198+124+254=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #C67CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CFE is #398301. Grayscale: #A0A0A0. Windows color (decimal): -3769090 or 16678086. OLE color: 16678086.

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

Color convert

RGB 198 124 254 -
CMYK 0.22 0.51 0 0.00
HSL 274.15º 0.98% 0.74% -
HSV(B) 274.15º 0.51% 1% -
XYZ 48.39 33.58 97.7 -
YUV 160.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 198 124 254 0.22 0.51 0 0.00 274.15 0.98 0.74
Hex C6 7C FE 16 33 0 0 112 62 4A
Octal 306 174 376 26 63 0 0 422 142 112
Binary 11000110 1111100 11111110 10110 110011 0 0 100010010 1100010 1001010

Color Harmonies of #C67CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CFE

Black with #C67CFE

Text Example


Text Example

White with #C67CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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