Html Css Color HEX #C68DFF Heliotrope

📋 copy color: '#C68DFF'

red 198 ◦ green 141 ◦ blue 255

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

Shades of Heliotrope #C68DFF

Tints of Heliotrope #C68DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.74%

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

R = 33.33%
G = 23.74%
B = 42.93%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C68DFF (or 0xC68DFF) is known color: Heliotrope. HEX triplet: C6, 8D and FF. RGB value is (198,141,255). Sum of RGB (Red+Green+Blue) = 198+141+255=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C68DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DFF is #397200. Grayscale: #AAAAAA. Windows color (decimal): -3764737 or 16747974. OLE color: 16747974.

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

Color convert

RGB 198 141 255 -
CMYK 0.22 0.45 0 0
HSL 270º 1% 0.78% -
HSV(B) 270º 0.45% 1% -
XYZ 50.86 38.28 99.31 -
YUV 171.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 198 141 255 0.22 0.45 0 0 270 1 0.78
Hex C6 8D FF 16 2D 0 0 10E 64 4E
Octal 306 215 377 26 55 0 0 416 144 116
Binary 11000110 10001101 11111111 10110 101101 0 0 100001110 1100100 1001110

Color Harmonies of #C68DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DFF

Black with #C68DFF

Text Example


Text Example

White with #C68DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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