Html Css Color HEX #C67EF1 Heliotrope

📋 copy color: '#C67EF1'

red 198 ◦ green 126 ◦ blue 241

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

Shades of Heliotrope #C67EF1

Tints of Heliotrope #C67EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.3%

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 35.04%
G = 22.3%
B = 42.65%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C67EF1 (or 0xC67EF1) is known color: Heliotrope. HEX triplet: C6, 7E and F1. RGB value is (198,126,241). Sum of RGB (Red+Green+Blue) = 198+126+241=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #C67EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67EF1 is #39810E. Grayscale: #A0A0A0. Windows color (decimal): -3768591 or 15826630. OLE color: 15826630.

HSL color Cylindrical-coordinate representation of color #C67EF1: hue angle of 277.57º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67EF1 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 126 241 -
CMYK 0.18 0.48 0 0.05
HSL 277.57º 0.8% 0.72% -
HSV(B) 277.57º 0.48% 0.95% -
XYZ 46.63 33.28 87.18 -
YUV 160.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 198 126 241 0.18 0.48 0 0.05 277.57 0.8 0.72
Hex C6 7E F1 12 30 0 5 116 50 48
Octal 306 176 361 22 60 0 5 426 120 110
Binary 11000110 1111110 11110001 10010 110000 0 101 100010110 1010000 1001000

Color Harmonies of #C67EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67EF1

Black with #C67EF1

Text Example


Text Example

White with #C67EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67EF1; }

 p { color: rgb(198,126,241); }

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

background-color css

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

 a { background-color: rgb(198,126,241); }

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

border-color css

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

 span { border-color: rgb(198,126,241); }

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