Html Css Color HEX #C68AFE Heliotrope

📋 copy color: '#C68AFE'

red 198 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #C68AFE

Tints of Heliotrope #C68AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.39%

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 33.56%
G = 23.39%
B = 43.05%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C68AFE (or 0xC68AFE) is known color: Heliotrope. HEX triplet: C6, 8A and FE. RGB value is (198,138,254). Sum of RGB (Red+Green+Blue) = 198+138+254=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C68AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AFE is #397501. Grayscale: #A8A8A8. Windows color (decimal): -3765506 or 16681670. OLE color: 16681670.

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

Color convert

RGB 198 138 254 -
CMYK 0.22 0.46 0 0.00
HSL 271.03º 0.98% 0.77% -
HSV(B) 271.03º 0.46% 1% -
XYZ 50.27 37.34 98.32 -
YUV 169.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 198 138 254 0.22 0.46 0 0.00 271.03 0.98 0.77
Hex C6 8A FE 16 2E 0 0 10F 62 4D
Octal 306 212 376 26 56 0 0 417 142 115
Binary 11000110 10001010 11111110 10110 101110 0 0 100001111 1100010 1001101

Color Harmonies of #C68AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AFE

Black with #C68AFE

Text Example


Text Example

White with #C68AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AFE; }

 p { color: rgb(198,138,254); }

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

background-color css

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

 a { background-color: rgb(198,138,254); }

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

border-color css

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

 span { border-color: rgb(198,138,254); }

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