Html Css Color HEX #C67AFF Heliotrope

📋 copy color: '#C67AFF'

red 198 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #C67AFF

Tints of Heliotrope #C67AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 34.43%
G = 21.22%
B = 44.35%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C67AFF (or 0xC67AFF) is known color: Heliotrope. HEX triplet: C6, 7A and FF. RGB value is (198,122,255). Sum of RGB (Red+Green+Blue) = 198+122+255=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C67AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AFF is #398500. Grayscale: #9F9F9F. Windows color (decimal): -3769601 or 16743110. OLE color: 16743110.

HSL color Cylindrical-coordinate representation of color #C67AFF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C67AFF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 122 255 -
CMYK 0.22 0.52 0 0
HSL 274.29º 1% 0.74% -
HSV(B) 274.29º 0.52% 1% -
XYZ 48.3 33.14 98.46 -
YUV 159.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 198 122 255 0.22 0.52 0 0 274.29 1 0.74
Hex C6 7A FF 16 34 0 0 112 64 4A
Octal 306 172 377 26 64 0 0 422 144 112
Binary 11000110 1111010 11111111 10110 110100 0 0 100010010 1100100 1001010

Color Harmonies of #C67AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AFF

Black with #C67AFF

Text Example


Text Example

White with #C67AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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