Html Css Color HEX #C68CFE Heliotrope

📋 copy color: '#C68CFE'

red 198 ◦ green 140 ◦ blue 254

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

Shades of Heliotrope #C68CFE

Tints of Heliotrope #C68CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.65%

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

R = 33.45%
G = 23.65%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C68CFE (or 0xC68CFE) is known color: Heliotrope. HEX triplet: C6, 8C and FE. RGB value is (198,140,254). Sum of RGB (Red+Green+Blue) = 198+140+254=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #C68CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CFE is #397301. Grayscale: #A9A9A9. Windows color (decimal): -3764994 or 16682182. OLE color: 16682182.

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

Color convert

RGB 198 140 254 -
CMYK 0.22 0.45 0 0.00
HSL 270.53º 0.98% 0.77% -
HSV(B) 270.53º 0.45% 1% -
XYZ 50.56 37.92 98.42 -
YUV 170.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 198 140 254 0.22 0.45 0 0.00 270.53 0.98 0.77
Hex C6 8C FE 16 2D 0 0 10F 62 4D
Octal 306 214 376 26 55 0 0 417 142 115
Binary 11000110 10001100 11111110 10110 101101 0 0 100001111 1100010 1001101

Color Harmonies of #C68CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CFE

Black with #C68CFE

Text Example


Text Example

White with #C68CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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