Html Css Color HEX #C67AE6 Heliotrope

📋 copy color: '#C67AE6'

red 198 ◦ green 122 ◦ blue 230

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

Shades of Heliotrope #C67AE6

Tints of Heliotrope #C67AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.82%

R = 36%
G = 22.18%
B = 41.82%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C67AE6 (or 0xC67AE6) is known color: Heliotrope. HEX triplet: C6, 7A and E6. RGB value is (198,122,230). Sum of RGB (Red+Green+Blue) = 198+122+230=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #C67AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AE6 is #398519. Grayscale: #9C9C9C. Windows color (decimal): -3769626 or 15104710. OLE color: 15104710.

HSL color Cylindrical-coordinate representation of color #C67AE6: hue angle of 282.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67AE6 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 122 230 -
CMYK 0.14 0.47 0 0.10
HSL 282.22º 0.68% 0.69% -
HSV(B) 282.22º 0.47% 0.9% -
XYZ 44.53 31.64 78.62 -
YUV 157.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 198 122 230 0.14 0.47 0 0.10 282.22 0.68 0.69
Hex C6 7A E6 E 2F 0 A 11A 44 45
Octal 306 172 346 16 57 0 12 432 104 105
Binary 11000110 1111010 11100110 1110 101111 0 1010 100011010 1000100 1000101

Color Harmonies of #C67AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AE6

Black with #C67AE6

Text Example


Text Example

White with #C67AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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