Html Css Color HEX #C67AF1 Heliotrope

📋 copy color: '#C67AF1'

red 198 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #C67AF1

Tints of Heliotrope #C67AF1

RGB

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

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

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

R = 35.29%
G = 21.75%
B = 42.96%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C67AF1 (or 0xC67AF1) is known color: Heliotrope. HEX triplet: C6, 7A and F1. RGB value is (198,122,241). Sum of RGB (Red+Green+Blue) = 198+122+241=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #C67AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AF1 is #39850E. Grayscale: #9D9D9D. Windows color (decimal): -3769615 or 15825606. OLE color: 15825606.

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

Color convert

RGB 198 122 241 -
CMYK 0.18 0.49 0 0.05
HSL 278.32º 0.81% 0.71% -
HSV(B) 278.32º 0.49% 0.95% -
XYZ 46.13 32.28 87.02 -
YUV 158.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 198 122 241 0.18 0.49 0 0.05 278.32 0.81 0.71
Hex C6 7A F1 12 31 0 5 116 51 47
Octal 306 172 361 22 61 0 5 426 121 107
Binary 11000110 1111010 11110001 10010 110001 0 101 100010110 1010001 1000111

Color Harmonies of #C67AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AF1

Black with #C67AF1

Text Example


Text Example

White with #C67AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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