Html Css Color HEX #C67AF6 Heliotrope

📋 copy color: '#C67AF6'

red 198 ◦ green 122 ◦ blue 246

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

Shades of Heliotrope #C67AF6

Tints of Heliotrope #C67AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.55%

 BLUE value IS 246 (96.48% from 255) = 43.46%

R = 34.98%
G = 21.55%
B = 43.46%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C67AF6 (or 0xC67AF6) is known color: Heliotrope. HEX triplet: C6, 7A and F6. RGB value is (198,122,246). Sum of RGB (Red+Green+Blue) = 198+122+246=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #C67AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AF6 is #398509. Grayscale: #9E9E9E. Windows color (decimal): -3769610 or 16153286. OLE color: 16153286.

HSL color Cylindrical-coordinate representation of color #C67AF6: hue angle of 276.77º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67AF6 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 122 246 -
CMYK 0.20 0.50 0 0.04
HSL 276.77º 0.87% 0.72% -
HSV(B) 276.77º 0.5% 0.96% -
XYZ 46.88 32.58 91.01 -
YUV 158.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 198 122 246 0.20 0.50 0 0.04 276.77 0.87 0.72
Hex C6 7A F6 14 32 0 4 115 57 48
Octal 306 172 366 24 62 0 4 425 127 110
Binary 11000110 1111010 11110110 10100 110010 0 100 100010101 1010111 1001000

Color Harmonies of #C67AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AF6

Black with #C67AF6

Text Example


Text Example

White with #C67AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AF6; }

 p { color: rgb(198,122,246); }

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

background-color css

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

 a { background-color: rgb(198,122,246); }

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

border-color css

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

 span { border-color: rgb(198,122,246); }

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