Html Css Color HEX #C67AF0 Heliotrope

📋 copy color: '#C67AF0'

red 198 ◦ green 122 ◦ blue 240

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

Shades of Heliotrope #C67AF0

Tints of Heliotrope #C67AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 35.36%
G = 21.79%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C67AF0 (or 0xC67AF0) is known color: Heliotrope. HEX triplet: C6, 7A and F0. RGB value is (198,122,240). Sum of RGB (Red+Green+Blue) = 198+122+240=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #C67AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AF0 is #39850F. Grayscale: #9D9D9D. Windows color (decimal): -3769616 or 15760070. OLE color: 15760070.

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

Color convert

RGB 198 122 240 -
CMYK 0.18 0.49 0 0.06
HSL 278.64º 0.8% 0.71% -
HSV(B) 278.64º 0.49% 0.94% -
XYZ 45.98 32.22 86.23 -
YUV 158.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 198 122 240 0.18 0.49 0 0.06 278.64 0.8 0.71
Hex C6 7A F0 12 31 0 6 117 50 47
Octal 306 172 360 22 61 0 6 427 120 107
Binary 11000110 1111010 11110000 10010 110001 0 110 100010111 1010000 1000111

Color Harmonies of #C67AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AF0

Black with #C67AF0

Text Example


Text Example

White with #C67AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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